Skip to content

Commit

Permalink
parenthesis hell
Browse files Browse the repository at this point in the history
  • Loading branch information
guilhermesilveira committed Aug 17, 2010
1 parent f2715aa commit baa7321
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/spec/controllers/albums_controller_spec.rb
Expand Up @@ -3,7 +3,7 @@
describe AlbumsController do

before do
response.stub (:content_type) { "application/atom+xml" }
response.stub(:content_type) { "application/atom+xml" }

3.times do |i|
album = Album.create!(:title => "Album #{i}", :description => "Description #{i}", :length => i*10)
Expand Down

0 comments on commit baa7321

Please sign in to comment.