Sha256: 130dca52488b0762d85b844f023047a4d96c754213d7774e570fbaf6c168cf97

Contents?: true

Size: 303 Bytes

Versions: 1

Compression:

Stored size: 303 Bytes

Contents

require 'nc'

RSpec.configure do |config|
  config.color_enabled = true
  config.formatter = 'doc'
  config.formatter = 'Nc'
end

describe 'it works' do
  it 'returns success' do
    # success!
  end

  it 'returns pending' do
    pending
  end

  it 'returns failure' do
    raise 'the roof'
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
rspec-nc-0.0.1 spec/nc_spec.rb