aboutsummaryrefslogtreecommitdiffstats
path: root/spec/mspec/lib/mspec/utils/options.rb
diff options
context:
space:
mode:
authoreregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-15 12:48:26 +0000
committereregon <eregon@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2017-06-15 12:48:26 +0000
commit9f19436f1612b0453b8569ad819874449e86b6bd (patch)
tree72a08e4b4634a0d1e1e33a02e61a07aa3c574a47 /spec/mspec/lib/mspec/utils/options.rb
parent27a0d024c55afa4b2aabc420452619209edc815b (diff)
downloadruby-9f19436f1612b0453b8569ad819874449e86b6bd.tar.gz
Update to ruby/mspec@d900a49
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@59092 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'spec/mspec/lib/mspec/utils/options.rb')
-rw-r--r--spec/mspec/lib/mspec/utils/options.rb8
1 files changed, 0 insertions, 8 deletions
diff --git a/spec/mspec/lib/mspec/utils/options.rb b/spec/mspec/lib/mspec/utils/options.rb
index 122ef6e135..f6e5304062 100644
--- a/spec/mspec/lib/mspec/utils/options.rb
+++ b/spec/mspec/lib/mspec/utils/options.rb
@@ -200,13 +200,6 @@ class MSpecOptions
"Load FILE containing configuration options", &block)
end
- def name
- on("-n", "--name", "RUBY_NAME",
- "Set the value of RUBY_NAME (used to determine the implementation)") do |n|
- Object.const_set :RUBY_NAME, n
- end
- end
-
def targets
on("-t", "--target", "TARGET",
"Implementation to run the specs, where TARGET is:") do |t|
@@ -469,7 +462,6 @@ class MSpecOptions
# Generated with:
# puts File.read(__FILE__).scan(/def (\w+).*\n\s*on\(/)
configure {}
- name
targets
formatters
filters