を作成する私が持っている:適切シンプルrspec spec/model/user_spec.rb
と連携Zeus + FactoryGirl ::構文::メソッド。未定義のメソッド `」
RSpec.configure do |config|
config.include FactoryGirl::Syntax::Methods
end
は(私がcreate(:user)
、ないFactoryGirl.create(:user)
を使用することができます)。私はゼウスと、この構文を使用するにはどうすればよい
Failure/Error: @user = create(:user)
NoMethodError:
undefined method `create' for #<RSpec::Core::ExampleGroup::Nested_2::Nested_1:0x007fc8618e4960>
:私は私の仕様をスピードアップするためにzeus rspec spec/model/user_spec.rb
を使用する場合 しかし、それは私にエラーをトラフ?
「ゼウスレイク仕様」は、工場の女の子とうまく動作します。 – Intrepidd
特定のスペックを実行した場合のみであるようです。私は私の質問を更新しました。 – freemanoid