jgraichen/gurke

View on GitHub
lib/gurke/rspec.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require 'rspec/expectations'

Gurke.configure do |c|
  c.include RSpec::Matchers
end