Sha256: 0acdcf13f75f1e24f6bf6fc0b510ce9037310bd2b5ffbbf2e02cbe018fa460e8
Contents?: true
Size: 312 Bytes
Versions: 8
Compression:
Stored size: 312 Bytes
Contents
require_relative 'helper' describe CapybaraMiniTestSpec do it 'defines the assertion' do MiniTest::Assertions.public_instance_methods.must_include :assert_page_has_css end it 'defines the spec expectation' do MiniTest::Expectations.public_instance_methods.must_include :must_have_css end end
Version data entries
8 entries across 8 versions & 1 rubygems