require 'simplecov' SimpleCov.start require 'rspec' require 'rspec-matchers-matchers' # Requires supporting files with custom matchers and macros, etc, # in ./support/ and its subdirectories. Dir["#{File.dirname(__FILE__)}/support/**/*.rb"].each {|f| require f} RSpec.configure do |config| config.color_enabled = true config.formatter = 'documentation' end