This repository has been archived on 2025-08-18. You can view files and clone it, but you cannot make any changes to it's state, such as pushing and creating new issues, pull requests or comments.
plistifier/test/plistifier_test.rb
Jeena Paradies 2bba8c5fee first commit
2010-06-12 17:59:50 +02:00

8 lines
157 B
Ruby

require 'test_helper'
class PlistifierTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end