Sha256: f5c446fc0c7b260045407d2080338cca0249f1b42da81440421761e55f79b43a

Contents?: true

Size: 408 Bytes

Versions: 48

Compression:

Stored size: 408 Bytes

Contents

require 'rubygems'
gem 'rspec'
require 'spec'
require 'spec/autorun'

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

Spec::Runner.configure do |config|
  config.before(:each) do
    ::Term::ANSIColor.coloring = true
    Cucumber::Parser::NaturalLanguage.instance_variable_set(:@languages, nil)
  end
end

alias running lambda

Version data entries

48 entries across 48 versions & 9 rubygems

Version Path
aslakhellesoy-cucumber-0.3.100 spec/spec_helper.rb
aslakhellesoy-cucumber-0.3.101.2 spec/spec_helper.rb
aslakhellesoy-cucumber-0.3.101 spec/spec_helper.rb
aslakhellesoy-cucumber-0.3.102.1 spec/spec_helper.rb
aslakhellesoy-cucumber-0.3.102.2 spec/spec_helper.rb
aslakhellesoy-cucumber-0.3.102 spec/spec_helper.rb
aslakhellesoy-cucumber-0.3.103 spec/spec_helper.rb
aslakhellesoy-cucumber-0.3.104 spec/spec_helper.rb
aslakhellesoy-cucumber-0.3.98 spec/spec_helper.rb
aslakhellesoy-cucumber-0.3.99 spec/spec_helper.rb
dwaite-cucumber-0.3.101 spec/spec_helper.rb
engineyard-cucumber-0.3.101 spec/spec_helper.rb
kosmas58-cucumber-0.3.100 spec/spec_helper.rb
kosmas58-cucumber-0.3.102 spec/spec_helper.rb
kosmas58-cucumber-0.3.103 spec/spec_helper.rb
kosmas58-cucumber-0.3.98 spec/spec_helper.rb
kosmas58-cucumber-0.3.99 spec/spec_helper.rb
cucumber-0.6.4 spec/spec_helper.rb
cucumber-0.6.3 spec/spec_helper.rb
davidtrogers-cucumber-0.6.2 spec/spec_helper.rb