abunashir/wego

View on GitHub
lib/wego/rspec.rb

Summary

Maintainability
A
0 mins
Test Coverage
require File.expand_path("../../../spec/support/fake_wego_api", __FILE__)

RSpec.configure do |config|
  config.include FakeWegoApi
end