Sha256: 134499f9dbaa2b796fd59ddb8b9649c7328d64b979ef82be76c7ac346c767088

Contents?: true

Size: 178 Bytes

Versions: 7

Compression:

Stored size: 178 Bytes

Contents

require 'rspec'
# require_relative '../lib/rspec_html_formatter'

describe 'RspecYahFormatter' do

  it 'should do example stuff' do
    expect('apple').to eq 'apple'
  end

end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
rspec_yah_formatter-0.0.8 spec/rspec_html_formatter_spec.rb
rspec_yah_formatter-0.0.7 spec/rspec_html_formatter_spec.rb
rspec_yah_formatter-0.0.6 spec/rspec_html_formatter_spec.rb
rspec_yah_formatter-0.0.5 spec/rspec_html_formatter_spec.rb
rspec_yah_formatter-0.0.4 spec/rspec_html_formatter_spec.rb
rspec_yah_formatter-0.0.3 spec/rspec_html_formatter_spec.rb
rspec_yah_formatter-0.0.2 spec/rspec_html_formatter_spec.rb