gist: 1270 Download_button fork
public
Public Clone URL: git://gist.github.com/1270.git
Diff
1
2
3
4
5
6
7
8
9
10
11
12
13
14
euler:mspec brian$ git diff
diff --git a/lib/mspec/commands/mspec.rb b/lib/mspec/commands/mspec.rb
index b82ef2a..a4ac419 100644
--- a/lib/mspec/commands/mspec.rb
+++ b/lib/mspec/commands/mspec.rb
@@ -127,7 +127,7 @@ class MSpecMain < MSpecScript
   def run
     ENV['MSPEC_RUNNER'] = '1'
 
- argv = ["-v"]
+ argv = []
     argv.concat config[:flags]
     argv.concat config[:includes]
     argv.concat config[:requires]

Owner

rubyspec

Revisions