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