░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/outrigger-3.0.1/spec
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: spec_helper.rb
# frozen_string_literal: true require 'simplecov' SimpleCov.start do add_filter 'lib/outrigger/version.rb' add_filter 'spec' track_files 'lib/**/*.rb' end SimpleCov.minimum_coverage(85) require 'bundler/setup' require 'byebug' require 'rails/railtie' require 'rubocop' require 'rubocop/rspec/support' require 'outrigger' ActiveRecord::Migration.include(Outrigger::Taggable) ActiveRecord::MigrationProxy.include(Outrigger::TaggableProxy) ActiveRecord::Migrator.prepend(Outrigger::Migrator) class PreDeployMigration < ActiveRecord::Migration[5.0] tag :predeploy end class UntaggedMigration < ActiveRecord::Migration[5.0] end class PostDeployMigration < ActiveRecord::Migration[5.0] tag :postdeploy end class MultiMigration < ActiveRecord::Migration[5.0] tag :predeploy, :postdeploy end RSpec.configure do |config| config.order = 'random' end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 outrigger/
DIR
—
2023-09-24 03:48
📄 spec_helper.rb
RB
863 B
2023-09-24 03:48
EDIT