mirror of
https://github.com/puppetlabs/vmfloaty.git
synced 2026-01-26 13:28:42 -05:00
8 lines
154 B
Ruby
8 lines
154 B
Ruby
require 'vmfloaty'
|
|
require 'webmock/rspec'
|
|
|
|
RSpec.configure do |config|
|
|
config.color = true
|
|
config.tty = true
|
|
config.formatter = :documentation
|
|
end
|