Cleanup for mobile build without errors

This commit is contained in:
2014-07-07 17:02:52 +02:00
parent b4cecb69c2
commit def1d271a5
41 changed files with 4143 additions and 1332 deletions
+2 -2
View File
@@ -10,8 +10,8 @@ describe Order do
let(:order) {create :order, supplier: supplier, list: list, state: 'placed' }
subject { order }
its(:placed?) { should be_true }
its(:active?) { should be_false }
its(:placed?) { should be true }
its(:active?) { should be false }
describe 'count_active_for_supplier_and_list' do
before { order }