Sha256: 1bdbe944c6c6a3f5e69f6ce3d757200778139f007d487bd9873890619149aa4d

Contents?: true

Size: 189 Bytes

Versions: 1

Compression:

Stored size: 189 Bytes

Contents

require 'test_helper'

class StaticPagesControllerTest < ActionDispatch::IntegrationTest
  test "should get index" do
    get static_pages_index_url
    assert_response :success
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zoku-0.0.1 lib/zoku/templates/base/test/controllers/static_pages_controller_test.rb