Skip to content

Commit

Permalink
moved cucumber and rspec to regular dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
cheezy committed Sep 26, 2011
1 parent 6839597 commit 8cdb38f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
3 changes: 2 additions & 1 deletion features/support/env.rb
Original file line number Diff line number Diff line change
@@ -1,2 +1,3 @@
require 'rspec/expectations'
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '../../', 'lib'))

require 'aruba/cucumber'
6 changes: 3 additions & 3 deletions testgen.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ Gem::Specification.new do |s|
s.email = ["[email protected]"]
s.homepage = "http://github.com/cheezy/testgen"
s.summary = %q{Generators for testers using Cucumber}
s.description = %q{A collection of generators testers can use to create test projects and various test itens for use with Cucumber}
s.description = %q{A collection of generators build things for testers using Cucumber}

s.rubyforge_project = "testgen"

Expand All @@ -19,8 +19,8 @@ Gem::Specification.new do |s|
s.require_paths = ["lib"]

s.add_dependency 'thor', '>=0.14.6'
s.add_dependency 'cucumber', '>=1.0.0'
s.add_dependency 'rspec', '>=2.6.0'

s.add_development_dependency 'rspec', '>=2.6.0'
s.add_development_dependency 'cucumber', '>=1.0.0'
s.add_development_dependency 'aruba'
end

0 comments on commit 8cdb38f

Please sign in to comment.