diff options
author | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-05-18 15:40:55 +0200 |
---|---|---|
committer | Joachim Filip Ignacy Bartosik <jbartosik@gmail.com> | 2010-05-18 15:40:55 +0200 |
commit | 70b18b939e6dd355c8eab4d49cbe238ce4c58a68 (patch) | |
tree | 8709b695ec884c464c5e1b2432917a8e5fae3183 /config | |
parent | Initial commit - web app created by `hobo`, .gitignore, README. (diff) | |
download | recruiting-webapp-70b18b939e6dd355c8eab4d49cbe238ce4c58a68.tar.gz recruiting-webapp-70b18b939e6dd355c8eab4d49cbe238ce4c58a68.tar.bz2 recruiting-webapp-70b18b939e6dd355c8eab4d49cbe238ce4c58a68.zip |
Installed rspec
Works with rspec from portage.
Diffstat (limited to 'config')
-rw-r--r-- | config/environments/test.rb | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/config/environments/test.rb b/config/environments/test.rb index d6f80a4..674bcd0 100644 --- a/config/environments/test.rb +++ b/config/environments/test.rb @@ -25,4 +25,7 @@ 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
\ No newline at end of file +# config.active_record.schema_format = :sql + +config.gem "rspec", :lib => false, :version => ">= 1.2.0" +config.gem "rspec-rails", :lib => false, :version => ">= 1.2.0" |