summaryrefslogtreecommitdiff
path: root/spec/bin
diff options
context:
space:
mode:
Diffstat (limited to 'spec/bin')
-rw-r--r--spec/bin/changelog_spec.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/bin/changelog_spec.rb b/spec/bin/changelog_spec.rb
index ce7f7648c0c..c3a5abf2b7a 100644
--- a/spec/bin/changelog_spec.rb
+++ b/spec/bin/changelog_spec.rb
@@ -69,14 +69,6 @@ describe 'bin/changelog' do
end
end
- it 'parses --ee and -e' do
- %w[--ee -e].each do |flag|
- options = described_class.parse(%W[foo #{flag} security])
-
- expect(options.ee).to eq true
- end
- end
-
it 'parses -h' do
expect do
expect { described_class.parse(%w[foo -h bar]) }.to output.to_stdout