summaryrefslogtreecommitdiff
path: root/spec/rubyspec/command_line/dash_v_spec.rb
diff options
context:
space:
mode:
Diffstat (limited to 'spec/rubyspec/command_line/dash_v_spec.rb')
-rw-r--r--spec/rubyspec/command_line/dash_v_spec.rb13
1 files changed, 0 insertions, 13 deletions
diff --git a/spec/rubyspec/command_line/dash_v_spec.rb b/spec/rubyspec/command_line/dash_v_spec.rb
deleted file mode 100644
index a7abd9de82..0000000000
--- a/spec/rubyspec/command_line/dash_v_spec.rb
+++ /dev/null
@@ -1,13 +0,0 @@
-require File.expand_path('../../spec_helper', __FILE__)
-require File.expand_path('../shared/verbose', __FILE__)
-
-describe "The -v command line option" do
- it_behaves_like :command_line_verbose, "-v"
-
- describe "when used alone" do
- it "prints version and ends" do
- version = ruby_exe(nil, args: '--version')
- ruby_exe(nil, args: '-v').should == version
- end
- end
-end