Skip to content

Not working with Spring #31

Description

@suan

So, when we use this gem with spring I get an undefined method 'when' for #<RSpec::Matchers::Has:0x007fc965690560> error when using the #when method. It works fine when I don't use spring. I followed the directions in README.md (basically just added the gem to Gemfile and adding require 'valid_attribute' to spec_helper.rb)

I found 2 ways to work around it:

Requiring valid_attribute/rspec instead of valid_attribute in spec_helper

Second way was to add a require: false at the end of the gem in Gemfile

Would be awesome if you could find out why this is happening.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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