public
Description: Conditional checks on Rails filters
Clone URL: git://github.com/thoughtbot/when.git
dcroak (author)
Mon Feb 11 18:23:48 -0800 2008
when / test / when_test.rb
100644 9 lines (7 sloc) 0.141 kb
1
2
3
4
5
6
7
8
9
require 'test/unit'
 
class WhenTest < Test::Unit::TestCase
  # Replace this with your real tests.
  def test_this_plugin
    flunk
  end
end