Sha256: f3a856865195a022af308cfd504e3b31f329664ee5dec42590c2c7a132692b23

Contents?: true

Size: 158 Bytes

Versions: 1

Compression:

Stored size: 158 Bytes

Contents

require 'test_helper'

class LogControllerTest < ActionController::TestCase
  test "should get show" do
    get :show
    assert_response :success
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
gog_engine-0.0.1pre test/functional/log_controller_test.rb