diff options
Diffstat (limited to 'spec/controllers')
| -rw-r--r-- | spec/controllers/help_controller_spec.rb | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/spec/controllers/help_controller_spec.rb b/spec/controllers/help_controller_spec.rb new file mode 100644 index 000000000..2ad167012 --- /dev/null +++ b/spec/controllers/help_controller_spec.rb @@ -0,0 +1,9 @@ +require 'spec_helper' + +describe HelpController do + + it "should render static files from app/views/help" do + get "/" + end + +end |
