Sha256: 1132e85e06bb29fdcbb3dabb680ea5e89dab539b109e35aab5837124f0fd13e6

Contents?: true

Size: 390 Bytes

Versions: 5

Compression:

Stored size: 390 Bytes

Contents

# This file is copied to spec/ when you run 'rails generate rspec:install'
ENV["RAILS_ENV"] ||= 'test'

require File.expand_path("../dummy/config/environment", __FILE__)
require 'rspec/rails'
require "factory_girl"
require "factories"
require "support/authentication"

include Blogit

RSpec.configure do |config|
  config.mock_with :mocha
  config.include FactoryGirl::Syntax::Methods
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
blogit-0.8.0 spec/spec_helper.rb
blogit-0.7.0 spec/spec_helper.rb
blogit-0.6.0 spec/spec_helper.rb
blogit-0.5.1 spec/spec_helper.rb
blogit-0.5.0 spec/spec_helper.rb