Sha256: f92d3db11f588ff023c2fc98b924f846b8ee60d104ff6e7286833f7c1f0b4f0e
Contents?: true
Size: 226 Bytes
Versions: 8
Compression:
Stored size: 226 Bytes
Contents
require 'helper' class Post < ParseResource end class TestParseResource < Test::Unit::TestCase def setup @p = ParseResouce.new end def test_foo_method assert_equal @p.foo, "nothing yet to see here" end end
Version data entries
8 entries across 8 versions & 1 rubygems