Sha256: 431efc628ceaa3326ec0ab96d9127426f94352f1ba92b3e72d180ce0a45d5de2

Contents?: true

Size: 265 Bytes

Versions: 8

Compression:

Stored size: 265 Bytes

Contents

ENV["RAILS_ENV"] = "test"
require File.expand_path("../dummy/config/environment.rb",  __FILE__)

require "tmpdir"
require "rspec/rails"
# ENGINE_RAILS_ROOT = File.expand_path("../..", __FILE__)
Dir.glob(File.expand_path("../support/**/*.rb")).each {|f| require f }

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
style-guide-0.6.2 spec/spec_helper.rb
style-guide-0.6.1 spec/spec_helper.rb
style-guide-0.6.0 spec/spec_helper.rb
style-guide-0.5.0 spec/spec_helper.rb
style-guide-0.4.0 spec/spec_helper.rb
style-guide-0.3.0 spec/spec_helper.rb
style-guide-0.2.1 spec/spec_helper.rb
style-guide-0.2.0 spec/spec_helper.rb