aboutsummaryrefslogtreecommitdiffstats
path: root/spec/ruby/library/getoptlong/each_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/getoptlong/each_spec.rb')
-rw-r--r--spec/ruby/library/getoptlong/each_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/ruby/library/getoptlong/each_spec.rb b/spec/ruby/library/getoptlong/each_spec.rb
index d09f84a6db..ffd2e9d0c6 100644
--- a/spec/ruby/library/getoptlong/each_spec.rb
+++ b/spec/ruby/library/getoptlong/each_spec.rb
@@ -3,5 +3,5 @@ require 'getoptlong'
require File.expand_path('../shared/each', __FILE__)
describe "GetoptLong#each" do
- it_behaves_like(:getoptlong_each, :each)
+ it_behaves_like :getoptlong_each, :each
end