first commit
This commit is contained in:
commit
2bba8c5fee
122 changed files with 8389 additions and 0 deletions
8
test/plistifier_test.rb
Normal file
8
test/plistifier_test.rb
Normal 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
|
||||
3
test/test_helper.rb
Normal file
3
test/test_helper.rb
Normal file
|
|
@ -0,0 +1,3 @@
|
|||
require 'rubygems'
|
||||
require 'active_support'
|
||||
require 'active_support/test_case'
|
||||
Reference in a new issue