Commit 4ef10795 authored by Robert Speicher's avatar Robert Speicher

Fix Layout/SpaceBeforeBlockBraces violation in bin/changelog_spec

parent ad3c1573
...@@ -83,7 +83,7 @@ describe 'bin/changelog' do ...@@ -83,7 +83,7 @@ describe 'bin/changelog' do
allow($stdin).to receive(:getc).and_return(type) allow($stdin).to receive(:getc).and_return(type)
expect do expect do
expect do expect do
expect{ described_class.read_type }.to raise_error(SystemExit) expect { described_class.read_type }.to raise_error(SystemExit)
end.to output("Invalid category index, please select an index between 1 and 7\n").to_stderr end.to output("Invalid category index, please select an index between 1 and 7\n").to_stderr
end.to output.to_stdout end.to output.to_stdout
end end
......
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