thoughtbot--shoulda-matchers/spec
Elliot Winkler df6c0ef56e Clear schema cache after each test
When running unit tests in a random order, some tests may fail as the
columns hash within a model may not be in sync with the database. This
is because the columns hash is cached outside of the model, so removing
the model from the object space and then recreating that model won't
clear the columns hash.
2014-11-06 14:16:17 -07:00
..
acceptance Clean up acceptance tests a bit 2014-11-05 16:39:08 -07:00
shoulda/matchers/active_model Deprecate ensure_length_of for validate_length_of 2014-11-05 11:39:53 -07:00
support Clear schema cache after each test 2014-11-06 14:16:17 -07:00
unit/shoulda/matchers Fix association matchers + namespaced class_name 2014-11-06 14:15:00 -07:00
warnings_spy Fix WarningsSpy to capture more lines 2014-10-07 22:07:52 -06:00
acceptance_spec_helper.rb Add new RSpec acceptance tests to replace Cucumber 2014-11-05 09:53:33 -07:00
report_warnings.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00
unit_spec_helper.rb Add new RSpec acceptance tests to replace Cucumber 2014-11-05 09:53:33 -07:00
warnings_spy.rb Remove all Ruby-emitted warnings 2014-07-18 18:00:08 -06:00