mirror of
https://github.com/teamcapybara/capybara.git
synced 2022-11-09 12:08:07 -05:00
11 lines
168 B
Ruby
11 lines
168 B
Ruby
require File.dirname(__FILE__) + '/test_helper.rb'
|
|
|
|
class TestWebcat < Test::Unit::TestCase
|
|
|
|
def setup
|
|
end
|
|
|
|
def test_truth
|
|
assert true
|
|
end
|
|
end
|