Sha256: afab99cd3a47e52bb66fb051e0fdd63ea215fdb93a68a43a84a39e32d93412ab
Contents?: true
Size: 220 Bytes
Versions: 7
Compression:
Stored size: 220 Bytes
Contents
require 'test_helper' class InspectorTest < Test::Unit::TestCase context "The model" do setup do @post = Kitsune::Inspector.new(Post) end should "be true" do assert true end end end
Version data entries
7 entries across 7 versions & 2 rubygems