pezra/rspec-hal

View on GitHub
lib/rspec/hal.rb

Summary

Maintainability
A
0 mins
Test Coverage
require "rspec/hal/version"

module RSpec
  module Hal
    autoload :Matchers, "rspec/hal/matchers"
    autoload :Helpers,  "rspec/hal/helpers"
  end
end