Skip to content

Running rake test:last with a modified unit test tries to run tests looking for test/models/.... #2

@albertoperdomo

Description

@albertoperdomo

Which would be cool for rspec but wrong if you follow the convention for Test::Unit in Rails.

test/unit/bla_test.rb

vs.

spec/unit/bla_test.rb

[Error message is]
could not find test/models/bla_test.rb

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions