Skip to content

Commit

Permalink
Add missing quote
Browse files Browse the repository at this point in the history
  • Loading branch information
gabebw committed May 23, 2014
1 parent 8acd2fc commit 21f33cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/fake_braintree/server.rb
Expand Up @@ -31,7 +31,7 @@ def handler
require 'rack/handler/puma'
Rack::Handler::Puma
else
raise 'No Rack handler was defined! Please include `gem "thin"` or `gem "puma"` in your Gemfile."
raise 'No Rack handler was defined! Please include `gem "thin"` or `gem "puma"` in your Gemfile."'
end
end
end

0 comments on commit 21f33cb

Please sign in to comment.