calebhearth / formulaic

Simplify form filling with Capybara
MIT License
552 stars 29 forks source link

Ensure pristine state for translations #53

Closed hovsater closed 8 years ago

hovsater commented 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.

You can now happily run RSpec with a random seed:

rspec --order random
alex-ross commented 8 years ago

@calebthompson any chance of merging this?