diff options
| author | mo k <mo@mokhan.ca> | 2013-02-20 20:55:24 -0700 |
|---|---|---|
| committer | mo k <mo@mokhan.ca> | 2013-02-20 20:55:24 -0700 |
| commit | 70d8ee6eaf61f34639862ffc16c26518bf10ce6a (patch) | |
| tree | 6a5426f33e8edd9cf7638adcbd925791bd9f50b5 /spec/controllers/tutorials_controller_spec.rb | |
| parent | d754e1867f7a9852dcfd4fa5c0f4bc4eb07cea81 (diff) | |
fix tutorials controller.
Diffstat (limited to 'spec/controllers/tutorials_controller_spec.rb')
| -rw-r--r-- | spec/controllers/tutorials_controller_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/controllers/tutorials_controller_spec.rb b/spec/controllers/tutorials_controller_spec.rb index 5069cb63..5b2953da 100644 --- a/spec/controllers/tutorials_controller_spec.rb +++ b/spec/controllers/tutorials_controller_spec.rb @@ -3,7 +3,7 @@ require 'spec_helper' describe TutorialsController do def valid_attributes - {:heading => "hello world"} + {:url => 'http://blah.com', :heading => "hello world"} end def valid_session |
