Sha256: 5b8b35fc1e9e2be46d04a785b7c638bb8e498123f19842c7ba13268bc6bc488c
Contents?: true
Size: 502 Bytes
Versions: 36
Compression:
Stored size: 502 Bytes
Contents
require 'ruby-debug' $LOAD_PATH.unshift(File.dirname(__FILE__) + '/../../lib') #require 'dynamic_fieldsets' require 'cucumber/rails' # require 'rspec/expectations' # Remove/comment out the lines below if your app doesn't have a database. # For some databases (like MongoDB and CouchDB) you may need to use :truncation instead. begin DatabaseCleaner.strategy = :transaction rescue NameError raise "You need to add database_cleaner to your Gemfile (in the :test group) if you wish to use it." end
Version data entries
36 entries across 36 versions & 1 rubygems