valid_attribute icon indicating copy to clipboard operation
valid_attribute copied to clipboard

Not working with Spring

Open suan opened this issue 10 years ago • 1 comments

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.

suan avatar Feb 26 '14 00:02 suan

@suan The "valid_attribute/rspec" fix worked like a charm! Thank you!

ACPK avatar Dec 19 '15 01:12 ACPK