Skip to content

Commit

Permalink
Upgrades rspec to run specs in random order
Browse files Browse the repository at this point in the history
  • Loading branch information
alindeman committed May 28, 2012
1 parent 5008464 commit 85cc462
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 10 deletions.
1 change: 1 addition & 0 deletions .rspec
@@ -1,2 +1,3 @@
-c
-f d
--order random
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -33,7 +33,7 @@ group :test do
end
gem "gherkin"
gem "cucumber"
gem "rspec", "~> 2.0"
gem "rspec", "~> 2.10"
gem "rake"
#gem "shoes-cucumber"
end
Expand Down
18 changes: 9 additions & 9 deletions Gemfile.lock
Expand Up @@ -29,14 +29,14 @@ GEM
log4jruby (0.4.0)
rake (0.9.2)
rbx-require-relative (0.0.5)
rspec (2.6.0)
rspec-core (~> 2.6.0)
rspec-expectations (~> 2.6.0)
rspec-mocks (~> 2.6.0)
rspec-core (2.6.4)
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
rspec (2.10.0)
rspec-core (~> 2.10.0)
rspec-expectations (~> 2.10.0)
rspec-mocks (~> 2.10.0)
rspec-core (2.10.1)
rspec-expectations (2.10.0)
diff-lcs (~> 1.1.3)
rspec-mocks (2.10.1)
ruby-debug (0.10.4)
columnize (>= 0.1)
ruby-debug-base (~> 0.10.4.0)
Expand All @@ -59,6 +59,6 @@ DEPENDENCIES
guard-rspec
log4jruby
rake
rspec (~> 2.0)
rspec (~> 2.10)
ruby-debug
swt

0 comments on commit 85cc462

Please sign in to comment.