Sha256: c88fb88c343c4f3394a1b926a2a8b2ec9e75932991cef1ea6068fabc73a3fa6b
Contents?: true
Size: 429 Bytes
Versions: 5
Compression:
Stored size: 429 Bytes
Contents
# frozen_string_literal: true require 'rspec' require 'simplecov' require 'bundler' require 'frontman/bootstrapper' require 'frontman/app' SimpleCov.start do add_filter '/spec' end # encoding: utf-8 $LOAD_PATH << File.expand_path('..', __dir__) # Pull in all of the gems including those in the `test` group Bundler.require :default, :test, :development, :debug Frontman::Bootstrapper.bootstrap_app(Frontman::App.instance)
Version data entries
5 entries across 5 versions & 1 rubygems