summaryrefslogtreecommitdiff
path: root/spec/ruby/library/getoptlong
diff options
context:
space:
mode:
Diffstat (limited to 'spec/ruby/library/getoptlong')
-rw-r--r--spec/ruby/library/getoptlong/each_option_spec.rb2
-rw-r--r--spec/ruby/library/getoptlong/each_spec.rb2
-rw-r--r--spec/ruby/library/getoptlong/get_option_spec.rb2
-rw-r--r--spec/ruby/library/getoptlong/get_spec.rb2
4 files changed, 4 insertions, 4 deletions
diff --git a/spec/ruby/library/getoptlong/each_option_spec.rb b/spec/ruby/library/getoptlong/each_option_spec.rb
index c58815bfa9..7ad50f7ca3 100644
--- a/spec/ruby/library/getoptlong/each_option_spec.rb
+++ b/spec/ruby/library/getoptlong/each_option_spec.rb
@@ -3,5 +3,5 @@ require 'getoptlong'
require File.expand_path('../shared/each', __FILE__)
describe "GetoptLong#each_option" do
- it_behaves_like(:getoptlong_each, :each_option)
+ it_behaves_like :getoptlong_each, :each_option
end
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
diff --git a/spec/ruby/library/getoptlong/get_option_spec.rb b/spec/ruby/library/getoptlong/get_option_spec.rb
index c56903e68e..e73c391ef4 100644
--- a/spec/ruby/library/getoptlong/get_option_spec.rb
+++ b/spec/ruby/library/getoptlong/get_option_spec.rb
@@ -3,5 +3,5 @@ require 'getoptlong'
require File.expand_path('../shared/get', __FILE__)
describe "GetoptLong#get_option" do
- it_behaves_like(:getoptlong_get, :get_option)
+ it_behaves_like :getoptlong_get, :get_option
end
diff --git a/spec/ruby/library/getoptlong/get_spec.rb b/spec/ruby/library/getoptlong/get_spec.rb
index ba1a1be6ad..ec1aae437c 100644
--- a/spec/ruby/library/getoptlong/get_spec.rb
+++ b/spec/ruby/library/getoptlong/get_spec.rb
@@ -3,5 +3,5 @@ require 'getoptlong'
require File.expand_path('../shared/get', __FILE__)
describe "GetoptLong#get" do
- it_behaves_like(:getoptlong_get, :get)
+ it_behaves_like :getoptlong_get, :get
end