Sha256: b4e78f181154658072faa6fbc829f97aa74fe958817801777061bd2298f5b154

Contents?: true

Size: 259 Bytes

Versions: 7

Compression:

Stored size: 259 Bytes

Contents

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

require "tmpdir"
require "rspec/rails"
require "generators/style_guide/install_generator"

Dir.glob(File.expand_path("../support/**/*.rb")).each {|f| require f }

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
style-guide-1.1.1 spec/spec_helper.rb
style-guide-1.1.0 spec/spec_helper.rb
style-guide-1.0.0 spec/spec_helper.rb
style-guide-0.7.4 spec/spec_helper.rb
style-guide-0.7.3 spec/spec_helper.rb
style-guide-0.7.2 spec/spec_helper.rb
style-guide-0.7.0 spec/spec_helper.rb