lib/branston/config/environments/test.rb in branston-0.6.1 vs lib/branston/config/environments/test.rb in branston-0.6.2
- old
+ new
@@ -25,17 +25,9 @@
# Use SQL instead of Active Record's schema dumper when creating the test database.
# This is necessary if your schema can't be completely dumped by the schema dumper,
# like if you have constraints or database-specific column types
# config.active_record.schema_format = :sql
-config.gem "cucumber", :lib => false, :version => '0.4.4'
-config.gem "thoughtbot-shoulda", :lib => false, :source => "http://gems.github.com"
-config.gem "notahat-machinist", :lib => false, :source => "http://gems.github.com"
-config.gem 'webrat', :lib => false
-config.gem "faker", :lib => false
-config.gem "relevance-rcov", :lib => false
-config.gem "ruby-prof", :lib => false
-
FEATURE_PATH='test/features/'
FileUtils.mkdir FEATURE_PATH unless File.exists? FEATURE_PATH
FileUtils.mkdir FEATURE_PATH + 'step_definitions' unless File.exists? FEATURE_PATH + 'step_definitions'
require 'ruby-debug'