first commit

This commit is contained in:
Jeena Paradies 2010-06-12 17:59:50 +02:00
commit 2bba8c5fee
122 changed files with 8389 additions and 0 deletions

8
test/plistifier_test.rb Normal file
View file

@ -0,0 +1,8 @@
require 'test_helper'
class PlistifierTest < ActiveSupport::TestCase
# Replace this with your real tests.
test "the truth" do
assert true
end
end