Add a little formatting to Rspec

This commit is contained in:
Ryan McKern 2017-03-01 11:53:08 -08:00
parent 8babbe32ce
commit ee0c73dfda

View file

@ -1,2 +1,8 @@
require 'vmfloaty'
require 'webmock/rspec'
RSpec.configure do |config|
config.color = true
config.tty = true
config.formatter = :documentation
end