public
Description: A collection of RSpec matchers to be used with the Ruby on Rails project
Clone URL: git://github.com/joshknowles/rspec-on-rails-matchers.git
Search Repo:
100644 6 lines (5 sloc) 0.201 kb
1
2
3
4
5
6
require 'spec/rails/matchers/observers'
require 'spec/rails/matchers/associations'
require 'spec/rails/matchers/validations'
require 'spec/rails/matchers/views'
require 'spec/rails/matchers/observers'