Sha256: 114094e7d4b357a95f4ffb2f231a314802efd0c1b005f9980eda5a0c8b718591

Contents?: true

Size: 386 Bytes

Versions: 7

Compression:

Stored size: 386 Bytes

Contents

# Configure Rails Envinronment
ENV["RAILS_ENV"] = "test"

require 'shortener'
require File.expand_path("../dummy/config/environment.rb",  __FILE__)
require 'rspec/rails'
require 'shoulda/matchers'
require 'byebug'
require 'faker'

Rails.backtrace_cleaner.remove_silencers!

# Run any available migration
ActiveRecord::Migrator.migrate File.expand_path("../dummy/db/migrate/", __FILE__)

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
shortener-0.5.4 spec/spec_helper.rb
shortener-0.5.3 spec/spec_helper.rb
shortener-0.5.2 spec/spec_helper.rb
shortener-0.4.1 spec/spec_helper.rb
shortener-0.5.1 spec/spec_helper.rb
shortener-0.5.0 spec/spec_helper.rb
shortener-0.4.0 spec/spec_helper.rb