Thibault Jouan
|
6964d923ca
|
Exclude gems builded by bundler in rspec backtraces
|
2015-05-03 20:40:21 +00:00 |
|
Thibault Jouan
|
86bec28457
|
Improve route changes handling under guard/spork
|
2015-05-01 17:19:39 +00:00 |
|
Thibault Jouan
|
9d37916e17
|
Configure rspec to include factory girl helpers
|
2015-05-01 11:31:25 +00:00 |
|
Thibault Jouan
|
94704af113
|
Remove rspec config for `mock_with' (default)
|
2015-05-01 11:31:03 +00:00 |
|
Thibault Jouan
|
d4d0382e4c
|
Remove `sounds_path' modification in spec_helper
Since e90bb01c, we already configure a different path for test
environment from application configuration.
|
2015-05-01 10:26:04 +00:00 |
|
Thibault Jouan
|
b70071a7c3
|
Update rspec configuration for rspec-rails 3
|
2015-04-29 13:00:14 +00:00 |
|
Thibault Jouan
|
85efa1729d
|
Use a dedicated dedicated directory for specs
|
2012-05-04 19:08:29 +00:00 |
|
Thibault Jouan
|
a36310918c
|
Fix syntax in spec helper
|
2011-12-05 18:07:46 +00:00 |
|
Thibault Jouan
|
222acb4e07
|
Reload factories for each rspec examples
|
2011-11-30 21:27:57 +00:00 |
|
Thibault Jouan
|
a8067404f4
|
Use rails configuration for sounds file path
* Add sounds_path initializer
|
2011-09-21 21:21:14 +00:00 |
|
Thibault Jouan
|
abb7b07c89
|
Refactor spec clean up
|
2011-09-20 23:19:28 +00:00 |
|
Thibault Jouan
|
9a22c4bb94
|
Remove schema loading for each spec run in spec_helper
|
2011-09-14 17:40:56 +00:00 |
|
Thibault Jouan
|
547efbe7e1
|
Remove fixture_path from rspec configuration in spec_helper
|
2011-09-06 13:43:18 +00:00 |
|
Thibault Jouan
|
7350c1e17d
|
Bundle and use spork to speed up specs by preloading rails env
|
2011-09-06 13:34:48 +00:00 |
|
Thibault Jouan
|
7187266982
|
Optimize execution duration for rspec specs
* Use in memory sqlite database for test environment
* Monkey patch BCrypt default cost factor
* Clean spec/spec_helper.rb
|
2011-09-05 16:24:37 +00:00 |
|
Thibault Jouan
|
6b337d3461
|
Bundle needed gems for BDD
* rspec
* cucumber
* capybara
* database_cleaner
|
2011-07-09 11:21:19 +00:00 |
|