Closed hovsater closed 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.
User
spec/formulaic/label_spec.rb
This commit addresses the issue by requiring test classes in the spec/spec_helper.rb instead. Now all test files can be run independently.
spec/spec_helper.rb
@calebthompson any chance of merging this?
Yup!
Before, running single test files dependent on the
User
test class would fail ifspec/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.