Skip to content

Commit 7591347

Browse files
jkeenrichmolj
authored andcommitted
Run standardrb on file
1 parent 469002c commit 7591347

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

spec/integration/rails/stats_spec.rb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
context "basic" do
1515
it "works" do
16-
proxy = PositionResource.all(stats: { total: "count" })
16+
proxy = PositionResource.all(stats: {total: "count"})
1717
expect(proxy.stats).to eq({
1818
total: {
1919
count: 6
@@ -24,7 +24,7 @@
2424

2525
context "when grouping" do
2626
it "works" do
27-
proxy = PositionResource.all(stats: { total: "count", group_by: :employee_id })
27+
proxy = PositionResource.all(stats: {total: "count", group_by: :employee_id})
2828
expect(proxy.stats).to eq({
2929
total: {
3030
count: {

0 commit comments

Comments
 (0)