Sha256: 014b58bf54d8315823511d26171e2f78a52b3e4b87015f1c504ea49052dfd97b

Contents?: true

Size: 178 Bytes

Versions: 2

Compression:

Stored size: 178 Bytes

Contents

# encoding: utf-8
describe WannabeBool::Nil do
  context NilClass do
    subject { nil }

    describe '#to_b' do
      it { expect(subject.to_b).to eq false }
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
wannabe_bool-0.1.1 spec/wannabe_bool/nil_spec.rb
wannabe_bool-0.1.0 spec/wannabe_bool/nil_spec.rb