Sha256: 294623c6c41ccd8e0978ea4946f124dadb31417b7369deacc790ed9b16299ded

Contents?: true

Size: 286 Bytes

Versions: 8

Compression:

Stored size: 286 Bytes

Contents

require 'test_helper'

module FlyAdmin
  class SerialsControllerTest < ActionController::TestCase
    test "should get index" do
      get :index
      assert_response :success
    end

    test "should get create" do
      get :create
      assert_response :success
    end

  end
end

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
fly_admin-0.0.8 test/controllers/fly_admin/serials_controller_test.rb
fly_admin-0.0.7 test/controllers/fly_admin/serials_controller_test.rb
fly_admin-0.0.6 test/controllers/fly_admin/serials_controller_test.rb
fly_admin-0.0.5 test/controllers/fly_admin/serials_controller_test.rb
fly_admin-0.0.4 test/controllers/fly_admin/serials_controller_test.rb
fly_admin-0.0.3 test/controllers/fly_admin/serials_controller_test.rb
fly_admin-0.0.2 test/controllers/fly_admin/serials_controller_test.rb
fly_admin-0.0.1 test/controllers/fly_admin/serials_controller_test.rb