mirror of
https://github.com/ViViDboarder/abuse-the-force.git
synced 2024-11-22 04:46:30 +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
|