Skip to content

Commit

Permalink
Run the specs in random order. Relax rspec version requirement.
Browse files Browse the repository at this point in the history
  • Loading branch information
czarneckid committed Sep 23, 2012
1 parent 9a2f294 commit 599e4a1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .rspec
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
--colour
--format doc
--order random
2 changes: 1 addition & 1 deletion hipchat-api.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,6 @@ Gem::Specification.new do |s|

s.add_development_dependency('fakeweb')
s.add_development_dependency('mocha', '~> 0.11.4')
s.add_development_dependency('rspec', '~> 2.7.0')
s.add_development_dependency('rspec')
s.add_development_dependency('rake')
end

0 comments on commit 599e4a1

Please sign in to comment.