Skip to content
This repository has been archived by the owner on Apr 14, 2021. It is now read-only.

Commit

Permalink
removed whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
joshbuddy committed Aug 4, 2010
1 parent ef030f2 commit ec247e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/other/gem_helper_spec.rb
Expand Up @@ -50,7 +50,7 @@

it "pushes" do
@helper.should_receive(:rubygem_push).with(bundled_app('test/pkg/test-0.0.0.gem').to_s)
Dir.chdir(@app) {
Dir.chdir(@app) {
`git init --bare #{gem_repo1}`
`git remote add origin file://#{gem_repo1}`
`git commit -a -m"initial commit"`
Expand Down

0 comments on commit ec247e4

Please sign in to comment.