public
Fork of joshknowles/rspec-on-rails-matchers
Description: A collection of RSpec matchers to be used with the Ruby on Rails project
Homepage:
Clone URL: git://github.com/brandon/rspec-on-rails-matchers.git
brandon (author)
Sun Feb 01 18:12:15 -0800 2009
commit  a0351bdfe019a2e28f8f4d71e78e2979aa29b98a
tree    066a3bf40723aba4ff40b3e65a1008af8bb388b1
parent  5d02a5bef6a9b7cf66c9fe1a9381086d0d9b9b1c parent  534c5ce7ded9892fd05866537dd50409bd4d08d1
100644 9 lines (8 sloc) 0.289 kb
1
2
3
4
5
6
7
8
9
if RAILS_ENV == 'test'
  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'
  require 'spec/rails/matchers/controller_filters'
end