Getting rspec crap in a better place

This commit is contained in:
Dan Buch
2012-03-04 12:03:34 -05:00
parent 57f63fd62f
commit d9bfc245e0
9 changed files with 225 additions and 8 deletions

View File

@@ -25,4 +25,6 @@ config.action_mailer.delivery_method = :test
# 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.active_record.schema_format = :sql
config.gem 'rspec-rails', :version => '>= 1.3.2', :lib => false unless File.directory?(File.join(Rails.root, 'vendor/plugins/rspec-rails'))