Skip to content

Commit

Permalink
Fix hash syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayer committed Mar 27, 2012
1 parent 09ce672 commit b2e7ad3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
@@ -1,7 +1,7 @@
= Heroku San
Helpful rake tasks for Heroku.

{<img src="https://secure.travis-ci.org/kmayer/heroku_san.png?branch=master" alt="Build Status" />}[http://travis-ci.org/kmayer/heroku_san]
{<img src="https://secure.travis-ci.org/fastestforward/heroku_san.png?branch=master" alt="Build Status" />}[http://travis-ci.org/fastestforward/heroku_san]

== Install

Expand Down
2 changes: 1 addition & 1 deletion spec/heroku_san/stage_spec.rb
Expand Up @@ -192,7 +192,7 @@
end
it "pushes the options hash" do
@heroku_client.should_receive(:add_config_vars).with('awesomeapp', {:RACK_ENV => 'magic'}).and_return("{}")
subject.push_config(RACK_ENV: 'magic')
subject.push_config(:RACK_ENV => 'magic')
end
end

Expand Down

0 comments on commit b2e7ad3

Please sign in to comment.