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

Version Path
ds-kitsune-0.2.5 test/inspector_test.rb
ds-kitsune-0.2.3 test/inspector_test.rb
kitsune-0.2.1 test/inspector_test.rb
kitsune-0.2.0 test/inspector_test.rb
kitsune-0.1.5 test/inspector_test.rb
kitsune-0.1.4 test/inspector_test.rb
kitsune-0.1.3 test/inspector_test.rb