Getting rspec crap in a better place
This commit is contained in:
@@ -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'))
|
||||
|
@@ -1,4 +1,3 @@
|
||||
ActionController::Routing::Routes.draw do |map|
|
||||
map.root :controller => 'mashes', :action => 'index'
|
||||
map.resources :mashes
|
||||
end
|
||||
|
Reference in New Issue
Block a user