calebhearth / formulaic

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

Allow single test file to run without failing #54

Closed hovsater closed 8 years ago

hovsater commented 8 years ago

Before, running single test files dependent on the User test class would fail if spec/formulaic/label_spec.rb was not run first.

This commit addresses the issue by requiring test classes in the spec/spec_helper.rb instead. Now all test files can be run independently.

alex-ross commented 8 years ago

@calebthompson any chance of merging this?

calebhearth commented 8 years ago

Yup!