Commit ade3c5d5 by ivan Lan

Fix code style

parent c501f2db
......@@ -82,7 +82,7 @@ RSpec.describe "#{namespace}/orders", type: :request, capture_examples: true, ta
count: 10,
}
}
}
}
it {
expect(JSON.parse(response.body)['count']).to eq(10)
expect(@cart.snapshots.count).to eq(2)
......@@ -153,7 +153,7 @@ RSpec.describe "#{namespace}/orders", type: :request, capture_examples: true, ta
count: 10,
}
}
}
}
it {
expect(JSON.parse(response.body)['count']).to eq(10)
expect(@order_1.snapshots.count).to eq(@order_1_snapshots_count_was + 1)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment