rspec-expectations

    10Nhiệt

    1Trả lời

    Tôi muốn sử dụng [1,2,3].should include(1) trong irb. Tôi đã thử: ~$ irb 1.9.3p362 :001 > require 'rspec/expectations' => true 1.9.3p362 :002 > include RSpec::Matchers => Object 1.9.3p362 :003 >