Skip to content

Commit

Permalink
Updating spec for change in rspec render_tamplate assertion
Browse files Browse the repository at this point in the history
  • Loading branch information
ianwhite committed Oct 9, 2008
1 parent 9ccd6f9 commit b0ce09d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/controllers/inherited_controllers_spec.rb
Expand Up @@ -69,7 +69,7 @@ def sub_inside_a_response; end

it "should render :an_action" do
get :an_action
response.should render_template(:an_action)
response.should render_template('inherited_spec/super/an_action')
end
end

Expand Down

0 comments on commit b0ce09d

Please sign in to comment.