Sha256: 756fa210013071ac304a0f6982645c798608824f90f6114bb693dccd08c9aadf

Contents?: true

Size: 340 Bytes

Versions: 2

Compression:

Stored size: 340 Bytes

Contents

require 'spec_helper'

describe Jan::Symbol::BandPattern::NormalGuardPattern do
  let(:normal_guard_pattern) { described_class.new }
  let(:bar) { Jan::Symbol::Band::Bar }
  let(:space) { Jan::Symbol::Band::Space }

  describe '#bands' do
    it { expect(normal_guard_pattern.bands).to eq [bar.new(1), space.new(1), bar.new(1)] }
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
jan-0.2.4 spec/jan/symbol/band_pattern/normal_guard_pattern_spec.rb
jan-0.2.3 spec/jan/symbol/band_pattern/normal_guard_pattern_spec.rb