Sha256: eab6560074bbf973b22b119155312ace5e7f8b10b0f6f8da9104351ed9db38f7

Contents?: true

Size: 380 Bytes

Versions: 9

Compression:

Stored size: 380 Bytes

Contents

$LOAD_PATH.unshift File.expand_path('../../lib', __FILE__)
require 'alf-shell'
require "rspec"

module Helpers

  def examples_database(&bl)
    Alf.examples
  end

  def suppliers
    Alf::Algebra.named_operand(:suppliers, examples_database)
  end

end

RSpec.configure do |c|
  c.include Helpers
  c.extend  Helpers
  c.filter_run_excluding :ruby19 => (RUBY_VERSION < "1.9")
end

Version data entries

9 entries across 9 versions & 1 rubygems

Version Path
alf-shell-0.16.4 spec/spec_helper.rb
alf-shell-0.16.3 spec/spec_helper.rb
alf-shell-0.16.2 spec/spec_helper.rb
alf-shell-0.16.1 spec/spec_helper.rb
alf-shell-0.16.0 spec/spec_helper.rb
alf-shell-0.15.0 spec/spec_helper.rb
alf-shell-0.14.0 spec/spec_helper.rb
alf-shell-0.13.1 spec/spec_helper.rb
alf-shell-0.13.0 spec/spec_helper.rb