Sha256: 19222dc096669283b0b20adc60e97734ece69ce347c384fc336a2bd07e3d6ad0

Contents?: true

Size: 274 Bytes

Versions: 8

Compression:

Stored size: 274 Bytes

Contents

require 'spec_helper'

describe Exceptionally do
  it 'saves report_errors' do
    Exceptionally.report_errors = true
    expect(Exceptionally.report_errors).to eq(true)

    Exceptionally.report_errors = false
    expect(Exceptionally.report_errors).to eq(false)
  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
exceptionally-1.4.4 spec/exceptionally/config_spec.rb
exceptionally-1.4.3 spec/exceptionally/config_spec.rb
exceptionally-1.4.2 spec/exceptionally/config_spec.rb
exceptionally-1.4.1 spec/exceptionally/config_spec.rb
exceptionally-1.4.0 spec/exceptionally/config_spec.rb
exceptionally-1.3.0 spec/exceptionally/config_spec.rb
exceptionally-1.2.0 spec/exceptionally/config_spec.rb
exceptionally-1.1.0 spec/exceptionally/config_spec.rb