Skip to content

Commit

Permalink
Added Build Status (rdoc)
Browse files Browse the repository at this point in the history
  • Loading branch information
kmayer committed Mar 27, 2012
1 parent e8b159e commit be6eef1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.rdoc
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
= Heroku San
Helpful rake tasks for Heroku.

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

== Install

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

0 comments on commit be6eef1

Please sign in to comment.