Sha256: 04a20111097656d469c963f42bbef58eef00e94e51cdf035182548edaa72fdd8

Contents?: true

Size: 296 Bytes

Versions: 5

Compression:

Stored size: 296 Bytes

Contents

$:.push File.join(File.dirname(__FILE__), '..', '..', '..', 'lib')

require 'redcar'
Redcar.environment = :test
Redcar.load

Spec::Runner.configure do |config|
  config.before(:suite) do
  end

  config.before(:each) do
  end

  config.after(:each) do
  end

  config.after(:suite) do
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
redcar-0.5.2dev plugins/application_swt/spec/spec_helper.rb
redcar-0.5.1dev plugins/application_swt/spec/spec_helper.rb
redcar-0.4.1 plugins/application_swt/spec/spec_helper.rb
redcar-0.4 plugins/application_swt/spec/spec_helper.rb
redcar-0.3.10.1dev plugins/application_swt/spec/spec_helper.rb