Skip to content

Commit b99ffa9

Browse files
committed
Fixes controller name in tests
1 parent d8d3030 commit b99ffa9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/controllers/feed_controller_spec.rb

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
require "test_helper"
22

3-
class TalksControllerTest < ActionDispatch::IntegrationTest
3+
class FeedControllerTest < ActionDispatch::IntegrationTest
44
setup do
55
@talks = talks(:one, :two)
66
frozen_date_time = DateTime.new(2022, 1, 15, 10, 0, 0)

0 commit comments

Comments
 (0)