Sha256: 76eb9ca4dbb4da49ae0f347189dd4f6431156c07f3854d373b223e11adac6240

Contents?: true

Size: 1.14 KB

Versions: 8

Compression:

Stored size: 1.14 KB

Contents

<<<<<<< HEAD
<<<<<<< HEAD
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))
$LOAD_PATH.unshift(File.dirname(__FILE__))
require 'rspec'
require 'awe-rails'

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

RSpec.configure do |config|
  
end
=======
=======
>>>>>>> ccf863516cd6c75a59a22dde092099839482274b
# Set up RSpec
require 'webmock/rspec'

Spec::Runner.configure do |config|
  config.include WebMock::API
end

# Set up generator tests
require 'rails/all'
require 'rails/generators'
require 'rails/generators/test_case'

class TestApp < Rails::Application
  config.root = File.dirname(__FILE__)
end
Rails.application = TestApp

module Rails
  def self.root
    @root ||= File.expand_path("../../tmp/rails", __FILE__)
  end
end
Rails.application.config.root = Rails.root

# Call configure to load the settings from
# Rails.application.config.generators to Rails::Generators
Rails::Generators.configure!


<<<<<<< HEAD
>>>>>>> ccf863516cd6c75a59a22dde092099839482274b
=======
>>>>>>> ccf863516cd6c75a59a22dde092099839482274b

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
awe-rails-0.5.1 spec/spec_helper.rb
awe-rails-0.5.0 spec/spec_helper.rb
awe-rails-0.4.0 spec/spec_helper.rb
awe-rails-0.3.0 spec/spec_helper.rb
awe-rails-0.2.2 spec/spec_helper.rb
awe-rails-0.2.1 spec/spec_helper.rb
awe-rails-0.2.0 spec/spec_helper.rb
awe-rails-0.1.0 spec/spec_helper.rb