Sha256: 95980c8999e9f4a75ec7c69f8d887a555eb5d2a919069d56af26b094154e6dd1

Contents?: true

Size: 119 Bytes

Versions: 8

Compression:

Stored size: 119 Bytes

Contents

RSpec::configure do |c|
  c.color = true
end

describe 'colors' do
  subject { 42 }

  it { is_expected.to eq 42 }
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
opal-rspec-0.6.2 spec/other/color_on_by_default_spec.rb
opal-rspec-0.7.0.rc.1 spec-opal/other/color_on_by_default_spec.rb
opal-rspec-0.6.1 spec/other/color_on_by_default_spec.rb
opal-rspec-0.6.0 spec/other/color_on_by_default_spec.rb
opal-rspec-0.6.0.beta1 spec/other/color_on_by_default_spec.rb
opal-connect-rspec-0.5.0 spec/other/color_on_by_default_spec.rb
opal-rspec-0.5.0 spec/other/color_on_by_default_spec.rb
opal-rspec-0.5.0.beta3 spec/other/color_on_by_default_spec.rb