Sha256: c88467a6eb480e67b9e8ea5af0a687dbc348d87512406f1a48c96017fb13d959

Contents?: true

Size: 257 Bytes

Versions: 1

Compression:

Stored size: 257 Bytes

Contents

require 'test_helper'

class AdminishTest < ActiveSupport::TestCase
  test "can create model" do
    post_model = Adminish::Model.new(Post)
    assert post_model
  end
  test "can create admin" do
    Adminish::Admin.new([Post, Category]).to_json
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
adminish-0.0.1 test/adminish_test.rb