当通过一切正常运行我的 rails 4 rspec 套件rake
时,但是在尝试运行时,rake simplecov
我遇到了数百次失败,所有这些都NoMethodError
包括:
1) Answer Validations
Failure/Error: it { should validate_presence_of :text }
NoMethodError:
undefined method `validate_presence_of' for #<RSpec::Core::ExampleGroup::Nested_16::Nested_1:0x007faf9fb5b7c8>
# ./spec/models/answer_spec.rb:12:in `block (3 levels) in <top (required)>'
关于为什么会发生这种情况的任何线索?我还应该提到我正在使用sqlite3 :memory:
.