Skip to content

Commit

Permalink
Single quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
bcardarella committed Mar 5, 2012
1 parent 0682396 commit d69fef3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/email/driver_spec.rb
Expand Up @@ -2,7 +2,7 @@

class TestApp
def self.call(env)
[200, {"Content-Type" => "text/plain"}, ["Hello world!"]]
[200, {'Content-Type' => 'text/plain'}, ['Hello world!']]
end
end

Expand Down

0 comments on commit d69fef3

Please sign in to comment.