Culerity should only have development dependency on cucumber and rspec
Closed this issue · 2 comments
aslakhellesoy commented
The Rakefile should have this:
gem.add_development_dependency 'cucumber' gem.add_development_dependency 'rspec'
Otherwise people can't use Culerity unless they have both RSpec and Cucumber installed, and that shouldn't be a requirement. (I'm trying to verify that Cucumber+Culerity works in pure Test::Unit mode by uninstalling RSpec, and this hard dependency makes it hard for me to test that).
langalex commented
fixed in 0.2.6
tpo commented
This bug could be closed as well