Fix Layout/SpaceBeforeBlockBraces violation in bin/changelog_spec

This commit is contained in:
Robert Speicher 2017-08-10 19:22:59 -04:00
parent ad3c1573a5
commit 4ef10795ce
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ describe 'bin/changelog' do
allow($stdin).to receive(:getc).and_return(type)
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.to_stdout
end