This repository has been archived on 2020-05-27. You can view files and clone it, but cannot push or open issues/pull-requests.
tuxbliki/spec/controllers/comments_spec.rb

7 lines
166 B
Ruby
Raw Permalink Normal View History

2008-06-27 00:13:15 -04:00
require File.join(File.dirname(__FILE__), "..", 'spec_helper.rb')
describe Comments, "index action" do
before(:each) do
dispatch_to(Comments, :index)
end
end