mirror of
https://github.com/ViViDboarder/abuse-the-force.git
synced 2024-11-22 10:06:35 +00:00
12 lines
188 B
Ruby
12 lines
188 B
Ruby
|
require 'test/unit'
|
||
|
require 'abusetheforce'
|
||
|
|
||
|
class AbuseTheForceTest < Test::Unit::TestCase
|
||
|
|
||
|
def test_first_test
|
||
|
# TODO: Unstub this
|
||
|
assert_equal "a", "a"
|
||
|
end
|
||
|
|
||
|
end
|