Skip to content
This repository was archived by the owner on Jan 10, 2024. It is now read-only.
This repository was archived by the owner on Jan 10, 2024. It is now read-only.

SPEC= not working #222

@booch

Description

@booch

I like to use the SPEC= frequently, but it's not working (at least not on my current project). It seems to skip ALL the specs.

RAILS_ENV=test bundle exec rake spec:javascript
...
662 specs, 2 skipped or pending, 0 failures in 2.759s.
RAILS_ENV=test bundle exec rake spec:javascript SPEC=spec/javascripts/xyz_spec.js.coffee
...
662 specs, 662 skipped or pending, 0 failures in 0.149s.

It's possible that we're doing something slightly wrong, but I haven't been able to track it down.

I also find it weird that the 2 normally-skipped specs all of a sudden aren't counted.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions