1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Merge pull request #28100 from fernandes/patch-1

[doc] Fix wrong class name in testing.md
This commit is contained in:
Jon Moss 2017-02-21 20:43:58 -05:00 committed by GitHub
commit 40b926d5b6

View file

@ -712,7 +712,7 @@ Now let's open that file and write our first assertion:
```ruby
require "application_system_test_case"
class UsersTest < ApplicationSystemTestCase
class ArticlesTest < ApplicationSystemTestCase
test "viewing the index" do
visit articles_path
assert_selector "h1", text: "Articles"