Fixed RSpec test behaviour to delte cache after each test to ensure clean base instead of once before all.
This commit is contained in:
parent
4ee181b5d6
commit
7ab4e7714b
1 changed files with 1 additions and 1 deletions
|
@ -1,5 +1,5 @@
|
||||||
RSpec.configure do |config|
|
RSpec.configure do |config|
|
||||||
config.before(:all) do
|
config.before(:each) do
|
||||||
# clear the cache otherwise it won't
|
# clear the cache otherwise it won't
|
||||||
# be able to recognize the rollbacks
|
# be able to recognize the rollbacks
|
||||||
# done by RSpec
|
# done by RSpec
|
||||||
|
|
Loading…
Reference in a new issue