Sha256: 7ea01f55ca94bbbe21f19fdccb6d5cb8d37e25fcff0f1ca6bc1e18ea7ecdf7cf

Contents?: true

Size: 201 Bytes

Versions: 2

Compression:

Stored size: 201 Bytes

Contents

describe 'tests' do
  it 'has a failing test' do
    expect(true).to be false
  end

  it 'has a passing test' do
    expect(true).to be true
  end

  it 'has a pending test' do
    pending
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
test_driven_lighting-1.2.0 examples/spec/tests_spec.rb
test_driven_lighting-1.1.0 examples/spec/tests_spec.rb