diff options
Diffstat (limited to 'spec/controllers/tutorials_controller_spec.rb')
| -rw-r--r-- | spec/controllers/tutorials_controller_spec.rb | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/spec/controllers/tutorials_controller_spec.rb b/spec/controllers/tutorials_controller_spec.rb index 78cf3251..5069cb63 100644 --- a/spec/controllers/tutorials_controller_spec.rb +++ b/spec/controllers/tutorials_controller_spec.rb @@ -2,16 +2,10 @@ require 'spec_helper' describe TutorialsController do - # This should return the minimal set of attributes required to create a valid - # Tutorial. As you add validations to Tutorial, be sure to - # update the return value of this method accordingly. def valid_attributes - {} + {:heading => "hello world"} end - # This should return the minimal set of values that should be in the session - # in order to pass any filters (e.g. authentication) defined in - # TutorialsController. Be sure to keep this updated too. def valid_session {} end |
