Sha256: 81d735133e1b9763142f64969f843d965bb2c1617c18db2bbc88cda8e69e9e83

Contents?: true

Size: 186 Bytes

Versions: 7

Compression:

Stored size: 186 Bytes

Contents

describe 'working' do
  it { should eq 'working' }
end

describe 'skippy' do
  skip 'This will be skipped intentionally.'
end

describe 'failing' do
  it { should eq 'as intended' }
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
inspec-0.30.0 test/unit/mock/profiles/spec_only/specfile.rb
inspec-0.29.0 test/unit/mock/profiles/spec_only/specfile.rb
inspec-0.28.1 test/unit/mock/profiles/spec_only/specfile.rb
inspec-0.28.0 test/unit/mock/profiles/spec_only/specfile.rb
inspec-0.27.1 test/unit/mock/profiles/spec_only/specfile.rb
inspec-0.27.0 test/unit/mock/profiles/spec_only/specfile.rb
inspec-0.26.0 test/unit/mock/profiles/spec_only/specfile.rb