Skip to content

Commit

Permalink
spec fixes.
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeff Dutil authored and Jeff Dutil committed Jul 10, 2014
1 parent 496a1c8 commit 1b63748
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 123 deletions.
4 changes: 0 additions & 4 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,6 @@ group :development, :test do
spree_branch = '2-3-stable'
gem 'spree', github: 'spree/spree', branch: spree_branch
gem 'spree_auth_devise', github: 'spree/spree_auth_devise', branch: spree_branch
gem 'spree_digital', github: 'halo/spree_digital', branch: spree_branch
gem 'spree_editor', github: 'spree/spree_editor', branch: spree_branch
gem 'spree_group_pricing', github: 'jdutil/spree_group_pricing', branch: spree_branch
gem 'spree_related_products', github: 'spree/spree_related_products', branch: spree_branch
end

gemspec
88 changes: 0 additions & 88 deletions spec/features/admin/properties_spec.rb

This file was deleted.

30 changes: 0 additions & 30 deletions spec/features/admin/relations_spec.rb

This file was deleted.

1 change: 0 additions & 1 deletion spec/models/spree/stock/packer_decorator_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ module Stock
it 'contains all the items' do
package = subject.default_package
package.contents.size.should eq 5
package.weight.should > 0
end

it 'variants are added as backordered without enough on_hand' do
Expand Down

0 comments on commit 1b63748

Please sign in to comment.