Sha256: 9bf0c9e2584ba97a179941e9b30f009df4f3e7c8ac828ef46f04efd943811947
Contents?: true
Size: 450 Bytes
Versions: 2
Compression:
Stored size: 450 Bytes
Contents
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib')) $LOAD_PATH.unshift(File.dirname(__FILE__)) require 'rails' require 'rails/generators' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} Rails.logger ||= Logger.new STDOUT RSpec.configure do |config| # config.mock_with :rr config.mock_with :rspec end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
i18n_generators-1.2.1 | spec/spec_helper.rb |
i18n_generators-1.2.0 | spec/spec_helper.rb |