thoughtbot--shoulda-matchers/features
Anthony Williams 7f425948f8 Only include ActiveRecord matchers if AR is defined
Fixes cases where you may be using ActiveModel without ActiveRecord.

Also add a test for loading without ActiveRecord.

The Cucumber feature creates a Gemfile containing ActiveModel and
shoulda-matchers, and then asserts that both can be loaded without any
errors.

The ActiveModel version used will match that of the Rails version
specified in the Appraisal Gemfile; and if no such version can be
determined, the latest will be used.

Closes #480.
2014-04-15 21:25:12 -06:00
..
step_definitions Only include ActiveRecord matchers if AR is defined 2014-04-15 21:25:12 -06:00
support Use current thoughtbot style in specs 2012-12-26 22:45:54 -05:00
activemodel_integration.feature Only include ActiveRecord matchers if AR is defined 2014-04-15 21:25:12 -06:00
rails_integration.feature Fix Cucumber tests to run migrations in test env 2014-04-10 20:08:05 -06:00