forked from openaustralia/planningalerts
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Removing tests that aren't doing anything really
- Loading branch information
Showing
2 changed files
with
0 additions
and
13 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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 |