From f64bdd5ef454ec018f6a5b0d50f70cb93970c528 Mon Sep 17 00:00:00 2001 From: mo k Date: Thu, 20 Sep 2012 21:02:54 -0600 Subject: fix the broken tutorials controller specs --- spec/controllers/tutorials_controller_spec.rb | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'spec/controllers/tutorials_controller_spec.rb') 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 -- cgit v1.2.3