Sha256: d3c1319cadfbc249ba869ba35292ed3b48db939141d661d296093b784e203a71

Contents?: true

Size: 1.19 KB

Versions: 129

Compression:

Stored size: 1.19 KB

Contents

ActiveRecord::Migration.maintain_test_schema!

RSpec.configure do |config|
  # Remove this line if you're not using ActiveRecord or ActiveRecord fixtures
  config.fixture_path = "#{::Rails.root}/spec/fixtures"

  # If you're not using ActiveRecord, or you'd prefer not to run each of your
  # examples within a transaction, remove the following line or assign false
  # instead of true.
  config.use_transactional_fixtures = true

  # RSpec Rails can automatically mix in different behaviours to your tests
  # based on their file location, for example enabling you to call `get` and
  # `post` in specs under `spec/controllers`.
  #
  # You can disable this behaviour by removing the line below, and instead
  # explicitly tag your specs with their type, e.g.:
  #
  #     RSpec.describe UsersController, :type => :controller do
  #       # ...
  #     end
  #
  # The different available types are documented in the features, such as in
  # https://relishapp.com/rspec/rspec-rails/docs
  config.infer_spec_type_from_file_location!

  # Filter lines from Rails gems in backtraces.
  config.filter_rails_from_backtrace!
  # arbitrary gems may also be filtered via:
  # config.filter_gems_from_backtrace("gem name")
end

Version data entries

129 entries across 129 versions & 1 rubygems

Version Path
panda_pal-5.11.0 spec/rails_helper.rb
panda_pal-5.10.1 spec/rails_helper.rb
panda_pal-5.10.0 spec/rails_helper.rb
panda_pal-5.9.8.beta1 spec/rails_helper.rb
panda_pal-5.9.7 spec/rails_helper.rb
panda_pal-5.9.6 spec/rails_helper.rb
panda_pal-5.9.5 spec/rails_helper.rb
panda_pal-5.9.4 spec/rails_helper.rb
panda_pal-5.9.3 spec/rails_helper.rb
panda_pal-5.9.1 spec/rails_helper.rb
panda_pal-5.9.0 spec/rails_helper.rb
panda_pal-5.8.5 spec/rails_helper.rb
panda_pal-5.8.4 spec/rails_helper.rb
panda_pal-5.8.3 spec/rails_helper.rb
panda_pal-5.8.2 spec/rails_helper.rb
panda_pal-5.8.1 spec/rails_helper.rb
panda_pal-5.8.0 spec/rails_helper.rb
panda_pal-5.6.12 spec/rails_helper.rb
panda_pal-5.7.0.beta2 spec/rails_helper.rb
panda_pal-5.7.0.beta1 spec/rails_helper.rb