We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 469002c commit 7591347Copy full SHA for 7591347
spec/integration/rails/stats_spec.rb
@@ -13,7 +13,7 @@
13
14
context "basic" do
15
it "works" do
16
- proxy = PositionResource.all(stats: { total: "count" })
+ proxy = PositionResource.all(stats: {total: "count"})
17
expect(proxy.stats).to eq({
18
total: {
19
count: 6
@@ -24,7 +24,7 @@
24
25
context "when grouping" do
26
27
- proxy = PositionResource.all(stats: { total: "count", group_by: :employee_id })
+ proxy = PositionResource.all(stats: {total: "count", group_by: :employee_id})
28
29
30
count: {
0 commit comments