rubyspec / rubyspec

Executable specification for the Ruby programming language using RSpec syntax.

This URL has Read+Write access

rubyspec / command_line / dash_v_spec.rb
100644 6 lines (4 sloc) 0.145 kb
1
2
3
4
5
6
require File.dirname(__FILE__) + '/../spec_helper'
 
describe "The -v command line option" do
  it_behaves_like "sets $VERBOSE to true", "-v"
end