thoughtbot / shoulda

Makes tests easy on the fingers and the eyes

This URL has Read+Write access

shoulda / lib / shoulda / action_view.rb
100644 11 lines (9 sloc) 0.174 kb
1
2
3
4
5
6
7
8
9
10
11
require 'shoulda'
require 'shoulda/action_view/macros'
 
module Test # :nodoc: all
  module Unit
    class TestCase
      extend Shoulda::ActionView::Macros
    end
  end
end