about summary refs log tree commit diff stats
path: root/test/controllers/entries_controller_test.rb
blob: 6e2db59b77b44254ec858d1a50903eefdf361506 (plain) (blame)
1
2
3
4
5
6
7
8
9
require 'test_helper'

class EntriesControllerTest < ActionDispatch::IntegrationTest
  test "should get show" do
    get entries_show_url
    assert_response :success
  end

end