ddidier/ndd-rspec-rails

View on GitHub
lib/ndd/rspec/rails/matchers.rb

Summary

Maintainability
A
0 mins
Test Coverage
require_relative 'matchers/controller'
require_relative 'matchers/model'

module Ndd
  module RSpec
    module Rails

      # RSpec matchers for Rails.
      module Matchers
      end

    end
  end
end