Sha256: b031cccbd18989793fe6b74e14309f816280622079485abd2ba491dba2c66270

Contents?: true

Size: 426 Bytes

Versions: 48

Compression:

Stored size: 426 Bytes

Contents

require 'rubygems'
gem 'rspec'
require 'spec/expectations'

ENV['CUCUMBER_COLORS']=nil
$KCODE='u'
$:.unshift(File.dirname(__FILE__) + '/../lib')
require 'cucumber'
Cucumber.load_language('en')
$:.unshift(File.dirname(__FILE__))

::Term::ANSIColor.coloring = true

# Open up the tree classes a little for easier inspection.
module Cucumber
  module Tree
    class Feature
      attr_reader :header, :scenarios
    end
  end
end

Version data entries

48 entries across 48 versions & 4 rubygems

Version Path
aslakhellesoy-cucumber-0.1.100.1 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.100.2 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.100.3 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.100.4 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.100.5 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.16.5 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.1 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.10 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.11 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.12 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.13 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.14 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.15 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.17 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.18 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.19 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.2 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.20 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.21 spec/spec_helper.rb
aslakhellesoy-cucumber-0.1.99.22 spec/spec_helper.rb