Skip to content
This repository has been archived by the owner on Nov 29, 2017. It is now read-only.

Commit

Permalink
fix specs
Browse files Browse the repository at this point in the history
  • Loading branch information
drnic committed Feb 7, 2013
1 parent 539a9db commit aff1e5f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/unit/cf_command_spec.rb
Expand Up @@ -152,7 +152,7 @@ def generate_new_system(cmd = nil)
if needs_initial_release_uploaded
cmd.should_receive(:bosh_releases).exactly(1).times.and_return([])
cmd.should_receive(:clone_or_update_cf_release)
cmd.should_receive(:merge_gerrit).with(*%w[37/13137/4 84/13084/4 09/13609/2])
cmd.should_receive(:merge_gerrit).with(*%w[37/13137/4 84/13084/4])
else
cmd.should_receive(:bosh_releases).exactly(1).times.and_return([
{"name"=>"appcloud", "versions"=>["124", "126"], "in_use"=>[]},
Expand Down

0 comments on commit aff1e5f

Please sign in to comment.