File tree Expand file tree Collapse file tree 2 files changed +1
-2
lines changed
Expand file tree Collapse file tree 2 files changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -83,7 +83,6 @@ main do |app_name|
8383 add_to_file gemspec , [
8484 " #{ gem_variable } .add_development_dependency('rdoc')" ,
8585 " #{ gem_variable } .add_development_dependency('aruba')" ,
86- " #{ gem_variable } .add_development_dependency('rake')" ,
8786 " #{ gem_variable } .add_dependency('methadone', '~> #{ Methadone ::VERSION } ')" ,
8887 ] , :before => /^end\s *$/
8988 ruby_major , ruby_minor , ruby_patch = RUBY_VERSION . split ( /\. / ) . map ( &:to_i )
Original file line number Diff line number Diff line change @@ -37,7 +37,7 @@ Feature: Bootstrap a new command-line app
3737 And the file "tmp/newgem/.gitignore" should match /.DS_Store/
3838 And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency\('aruba' /
3939 And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency\('rdoc' /
40- And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency\( ' rake' /
40+ And the file "tmp/newgem/newgem.gemspec" should match /add_development_dependency " rake" /
4141 And the file "tmp/newgem/newgem.gemspec" should match /add_dependency\('methadone' /
4242 And the file "tmp/newgem/newgem.gemspec" should include "test-unit" if needed
4343 And the file "tmp/newgem/newgem.gemspec" should use the same block variable throughout
You can’t perform that action at this time.
0 commit comments