lib/generators/thincloud/test/test_generator.rb in thincloud-test-0.3.2 vs lib/generators/thincloud/test/test_generator.rb in thincloud-test-0.4.0
- old
+ new
@@ -13,11 +13,14 @@
create_file "test/factories/.gitkeep"
remove_file "test/minitest_helper.rb"
copy_file "minitest_helper.rb", "test/minitest_helper.rb"
- copy_file "factory_girl.rb", "test/support/factory_girl.rb"
+ copy_file "capybara.rb", "test/support/capybara.rb"
+ copy_file "factory_girl.rb", "test/support/factory_girl.rb"
copy_file "database_cleaner.rb", "test/support/database_cleaner.rb"
+ copy_file "minitest.rb", "test/support/minitest.rb"
+ copy_file "routing_spec.rb", "test/support/routing_spec.rb"
copy_file "test.rake", "lib/tasks/test.rake"
copy_file "Guardfile"
create_file ".gitignore" unless File.exist?(".gitignore")