Skip to content

Commit

Permalink
Added rspec back as dependency to make the cucumber tests work again
Browse files Browse the repository at this point in the history
  • Loading branch information
jedi4ever committed Apr 27, 2011
1 parent 147e0bc commit 6a16d25
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
9 changes: 9 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ PATH
net-ssh (~> 2.1.0)
popen4 (~> 0.1.2)
progressbar
rspec
thor (~> 0.14.6)
vagrant (~> 0.7.0)

Expand Down Expand Up @@ -44,6 +45,14 @@ GEM
open4 (>= 0.4.0)
progressbar (0.9.0)
rake (0.8.7)
rspec (2.5.0)
rspec-core (~> 2.5.0)
rspec-expectations (~> 2.5.0)
rspec-mocks (~> 2.5.0)
rspec-core (2.5.1)
rspec-expectations (2.5.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.5.0)
term-ansicolor (1.0.5)
thor (0.14.6)
trollop (1.16.2)
Expand Down
2 changes: 1 addition & 1 deletion veewee.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ Gem::Specification.new do |s|
s.add_dependency "highline", "~> 1.6.1"
s.add_dependency "progressbar"
s.add_dependency "cucumber", "0.8.5"
#s.add_dependency "rspec"
s.add_dependency "rspec", "~> 2.5.0"

s.add_development_dependency "bundler", ">= 1.0.0"

Expand Down

0 comments on commit 6a16d25

Please sign in to comment.