Skip to content

Commit

Permalink
katello, unit - fixing broken unit test
Browse files Browse the repository at this point in the history
removing dependency on elasticsearch
  • Loading branch information
Petr Chalupa committed Jun 18, 2012
1 parent 711f7c2 commit 4e12c27
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/spec/controllers/subscriptions_controller_spec.rb
Expand Up @@ -41,6 +41,7 @@
@first = MemoStruct.new
@first.first = @product
Product.stub!(:where).and_return(@first)
Tire.stub(:index)
end

it 'should show all subscriptions' do
Expand Down

0 comments on commit 4e12c27

Please sign in to comment.