Skip to content

Commit

Permalink
removed pulp test
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasmckay committed Nov 17, 2011
1 parent cab3bc0 commit 91bfde5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/spec/models/system_spec.rb
Expand Up @@ -68,7 +68,7 @@

it "registers system in candlepin and pulp on create" do
Candlepin::Consumer.should_receive(:create).once.with(@organization.name, system_name, cp_type, facts, installed_products).and_return({:uuid => uuid, :owner => {:key => uuid}})
Pulp::Consumer.should_receive(:create).once.with(@organization.cp_key, uuid, description).and_return({:uuid => uuid, :owner => {:key => uuid}})
Pulp::Consumer.should_receive(:create).once.with(@organization.cp_key, uuid, description).and_return({:uuid => uuid, :owner => {:key => uuid}}) if AppConfig.katello?
@system.save!
end

Expand Down

0 comments on commit 91bfde5

Please sign in to comment.