diff options
Diffstat (limited to 'spec/mspec/spec/commands/mspec_run_spec.rb')
-rw-r--r-- | spec/mspec/spec/commands/mspec_run_spec.rb | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/spec/mspec/spec/commands/mspec_run_spec.rb b/spec/mspec/spec/commands/mspec_run_spec.rb index 4d350cdc02..90a42bd62b 100644 --- a/spec/mspec/spec/commands/mspec_run_spec.rb +++ b/spec/mspec/spec/commands/mspec_run_spec.rb @@ -56,11 +56,6 @@ describe MSpecRun, "#options" do @script.options ["-B", "cfg.mspec", one_spec] end - it "enables the name option" do - @options.should_receive(:name) - @script.options @argv - end - it "enables the randomize option to runs specs in random order" do @options.should_receive(:randomize) @script.options @argv |