Sha256: dd69d867e5cbb0b051f8e8e5576b63c3ee9c8b278548b4757782d87df08c78e8
Contents?: true
Size: 241 Bytes
Versions: 10
Compression:
Stored size: 241 Bytes
Contents
require 'spec_helper' RSpec.describe RSpec::Core::Pending do it 'only defines methods that are part of the DSL' do expect(RSpec::Core::Pending.instance_methods(false).map(&:to_sym)).to \ match_array([:pending, :skip]) end end
Version data entries
10 entries across 10 versions & 3 rubygems