Sha256: 9cea2620b388cf4e0fd27471fc3df52b9de410c6863993144bb65fa23117b0b9
Contents?: true
Size: 407 Bytes
Versions: 14
Compression:
Stored size: 407 Bytes
Contents
# encoding: utf-8 begin require 'nobrainer' NoBrainer.configure do |config| config.app_name = :aasm config.environment = :test config.warn_on_active_record = false end puts "nobrainer #{Gem.loaded_specs['nobrainer'].version} gem found, running nobrainer specs \e[32m#{'✔'}\e[0m" rescue LoadError puts "nobrainer gem not found, not running nobrainer specs \e[31m#{'✖'}\e[0m" end
Version data entries
14 entries across 14 versions & 1 rubygems