Skip to content

Commit

Permalink
Removing tests that aren't doing anything really
Browse files Browse the repository at this point in the history
  • Loading branch information
mlandauer committed Jan 25, 2010
1 parent 97483e9 commit f0c213e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 13 deletions.
6 changes: 0 additions & 6 deletions spec/controllers/faq_controller_spec.rb
Original file line number Diff line number Diff line change
@@ -1,10 +1,4 @@
require 'spec_helper'

describe FaqController do

#Delete this example and add some real ones
it "should use FaqController" do
controller.should be_an_instance_of(FaqController)
end

end
7 changes: 0 additions & 7 deletions spec/helpers/faq_helper_spec.rb
Original file line number Diff line number Diff line change
@@ -1,11 +1,4 @@
require 'spec_helper'

describe FaqHelper do

#Delete this example and add some real ones or delete this file
it "should be included in the object returned by #helper" do
included_modules = (class << helper; self; end).send :included_modules
included_modules.should include(FaqHelper)
end

end

0 comments on commit f0c213e

Please sign in to comment.