Skip to content

Commit

Permalink
Fixed typo in UploadedFile patch
Browse files Browse the repository at this point in the history
  • Loading branch information
warp committed Apr 6, 2012
1 parent 79432e7 commit 4caf24d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/support/uploaded_file.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
Rack::Test::UploadedFile.class_eval do
attr_acessor :tempfile
attr_accessor :tempfile
end

0 comments on commit 4caf24d

Please sign in to comment.