Sha256: b2d80466de04e759d6c0596639cebe7c89751220a0e6a61e69ce7c36b67af423

Contents?: true

Size: 516 Bytes

Versions: 5

Compression:

Stored size: 516 Bytes

Contents

begin
  require 'bundler'
  Bundler.setup(:default, :development)
rescue LoadError => e
  # Fall back on doing an unlocked resolve at runtime.
  STDERR.puts e.message
  STDERR.puts "Try running `bundle install`."
  exit!
end

require 'rails_templater'
require 'rspec'

# # Requires supporting files with custom matchers and macros, etc,
# in ./support/ and its subdirectories.
Dir[File.join(File.dirname(__FILE__),'/support/**/*.rb')].each {|f| require f}

RSpec.configure do |config|
  config.mock_with :rspec  
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
rails_templater-0.3.0 spec/spec_helper.rb
rails_templater-0.2.1 spec/spec_helper.rb
rails_templater-0.2.0 spec/spec_helper.rb
rails_templater-0.1.2 spec/spec_helper.rb
rails_templater-0.1.1 spec/spec_helper.rb