Sha256: b13074a659ec951fd766695dcb81346f8976b7b32bf0e51d64e283087d87a7a1

Contents?: true

Size: 207 Bytes

Versions: 6

Compression:

Stored size: 207 Bytes

Contents

require 'test_helper'

module Upmin
  class ModelControllerTest < ActionController::TestCase
    test "should get updated_since" do
      get :updated_since
      assert_response :success
    end

  end
end

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
upmin-admin-0.0.38 test/controllers/upmin/model_controller_test.rb
upmin-admin-0.0.37 test/controllers/upmin/model_controller_test.rb
upmin-admin-0.0.36 test/controllers/upmin/model_controller_test.rb
upmin-admin-0.0.35 test/controllers/upmin/model_controller_test.rb
upmin-0.0.343 test/controllers/upmin/model_controller_test.rb
upmin-0.0.34 test/controllers/upmin/model_controller_test.rb