Skip to content

Commit 928d231

Browse files
committed
compact unnecessary newline
1 parent de7ede0 commit 928d231

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

spec/completely/commands/test_spec.rb

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -74,8 +74,7 @@
7474
end
7575

7676
it 'outputs a warning to STDERR' do
77-
expect { subject.execute %w[test on] }
78-
.to output_approval('cli/warning').to_stderr
77+
expect { subject.execute %w[test on] }.to output_approval('cli/warning').to_stderr
7978
end
8079
end
8180
end

0 commit comments

Comments
 (0)