diff options
| author | mo k <mo@mokhan.ca> | 2012-09-20 21:02:54 -0600 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2012-09-20 21:02:54 -0600 |
| commit | f64bdd5ef454ec018f6a5b0d50f70cb93970c528 (patch) | |
| tree | 161e2367621f42e3f382364d407b9f2f8b0a2e9d /spec/controllers/tutorials_controller_spec.rb | |
| parent | e3ebf8075c294ce0287178f5c47179533c804b99 (diff) | |
fix the broken tutorials controller specs
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 |
