Skip to content

Commit

Permalink
Culerity should only have development dependency on cucumber and rspec
Browse files Browse the repository at this point in the history
  • Loading branch information
langalex authored and thilo committed Jan 17, 2010
1 parent f148760 commit 1e4c7a8
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Rakefile
Expand Up @@ -13,8 +13,9 @@ begin
s.homepage = "http://github.com/langalex/culerity"
s.description = "Culerity integrates Cucumber and Celerity in order to test your application's full stack."
s.authors = ["Alexander Lang"]
s.add_dependency 'cucumber'
s.add_dependency 'rspec'

s.add_development_dependency 'cucumber'
s.add_development_dependency 'rspec'
end
rescue LoadError
puts 'Jeweler (or a dependency) not available. Install it with: gem install jeweler'
Expand Down

0 comments on commit 1e4c7a8

Please sign in to comment.