Sha256: 2f988b20648b55cfd740d1ba92fcd0b16ced1c3acf44e677f0eddf2aa5c86a3b

Contents?: true

Size: 388 Bytes

Versions: 12

Compression:

Stored size: 388 Bytes

Contents

require 'rails/all'
require 'rspec/rails'
require 'shoulda/matchers'
require 'support/test_app/config/environment'

ActiveRecord::Migration.maintain_test_schema!

# set up db
# be sure to update the schema if required by doing
# - cd spec/support/rails_app
# - rake db:migrate
ActiveRecord::Schema.verbose = false
load 'support/test_app/db/schema.rb' # db agnostic

require 'spec_helper'

Version data entries

12 entries across 12 versions & 2 rubygems

Version Path
wice_grid-6.1.3 spec/rails_helper.rb
wice_grid-6.1.2 spec/rails_helper.rb
wice_grid-6.1.1 spec/rails_helper.rb
wice_grid-6.1.0 spec/rails_helper.rb
pwice_grid-7.0.0 spec/rails_helper.rb
pwice_grid-6.1.2 spec/rails_helper.rb
pwice_grid-6.1.1 spec/rails_helper.rb
pwice_grid-6.1.0 spec/rails_helper.rb
pwice_grid-5.0.2 spec/rails_helper.rb
pwice_grid-5.0.1 spec/rails_helper.rb
pwice_grid-5.0.0 spec/rails_helper.rb
wice_grid-4.1.0 spec/rails_helper.rb