Skip to content

The gem shoulda-matchers does not work #134

@terlar

Description

@terlar

When running specs with zeus rspec all tests using shoulda-matchers fail.

I get the error message with undefined method which is the same as if shoulda-matchers weren't loaded.

Do I need to configure something special to get this to work with zeus? Works perfectly fine with bare rspec.

The only thing I have right now specific to the shoulda-matchers is the following code in my Gemfile and my specs of course.

group :test do
  gem 'shoulda-matchers'
end

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