vmfloaty/spec/spec_helper.rb
2017-03-01 14:02:58 -08:00

8 lines
154 B
Ruby

require 'vmfloaty'
require 'webmock/rspec'
RSpec.configure do |config|
config.color = true
config.tty = true
config.formatter = :documentation
end