Closed hovsater closed 8 years ago
Depending on the order tests ran the I18n backend could end up with messed up translations. This commit addresses the issue by ensuring a pristine state before each test run.
I18n
You can now happily run RSpec with a random seed:
rspec --order random
@calebthompson any chance of merging this?
Depending on the order tests ran the
I18n
backend could end up with messed up translations. This commit addresses the issue by ensuring a pristine state before each test run.You can now happily run RSpec with a random seed: