Sha256: c0f549565376f2b63a6a974613cda0a03a714b642b277288914f5f9f50ade371

Contents?: true

Size: 371 Bytes

Versions: 14

Compression:

Stored size: 371 Bytes

Contents

$:.unshift File.expand_path('..', __FILE__)
$:.unshift File.expand_path('../../lib', __FILE__)

require 'rails'
require 'wiselinks'
require 'rspec'
require 'webmock/rspec'

ENV['RAILS_ENV'] = 'test'
require "dummy/config/environment"

require 'capybara/rspec'
require 'capybara/rails'
Capybara.app = Dummy::Application

require 'factory_girl'
FactoryGirl.find_definitions

Version data entries

14 entries across 14 versions & 1 rubygems

Version Path
wiselinks-0.6.0 spec/helper.rb
wiselinks-0.5.6 spec/helper.rb
wiselinks-0.5.5 spec/helper.rb
wiselinks-0.5.4 spec/helper.rb
wiselinks-0.5.3 spec/helper.rb
wiselinks-0.5.2 spec/helper.rb
wiselinks-0.5.1 spec/helper.rb
wiselinks-0.5.0 spec/helper.rb
wiselinks-0.4.2 spec/helper.rb
wiselinks-0.4.1 spec/helper.rb
wiselinks-0.4.0 spec/helper.rb
wiselinks-0.3.9 spec/helper.rb
wiselinks-0.3.8 spec/helper.rb
wiselinks-0.3.7 spec/helper.rb