Sha256: 6ee805ca6bb9888c6a3ad34da6a831e780f15588bb1a757c68a18a5390073bed

Contents?: true

Size: 227 Bytes

Versions: 4

Compression:

Stored size: 227 Bytes

Contents

require 'spec_helper'

include Persons

describe Gitter do

  context 'filter with scope' do
    check_include Tina, Dana, Lisa,     :female_scope => true 
    check_include Max, Joe, Dick, John, :male_scope => true
  end

end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
gitter-1.1.6 spec/scope_filter_spec.rb
gitter-1.1.5 spec/scope_filter_spec.rb
gitter-1.1.4 spec/scope_filter_spec.rb
gitter-1.1.3 spec/scope_filter_spec.rb