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

Version Path
parse_resource-1.5.1 test/test_subclass.rb
parse_resource-1.4.2 test/test_subclass.rb
parse_resource-1.4.1 test/test_subclass.rb
parse_resource-1.4.0 test/test_subclass.rb
parse_resource-1.3.1 test/test_subclass.rb
parse_resource-1.3.0 test/test_subclass.rb
parse_resource-1.2.0 test/test_subclass.rb
parse_resource-1.0.0 test/test_subclass.rb