aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorVipul A M <vipulnsward@gmail.com>2017-08-11 13:22:26 +0530
committerGitHub <noreply@github.com>2017-08-11 13:22:26 +0530
commit98298092093d733bed2a874e3d2c455fe45386a3 (patch)
tree1341a7da6105cba77b690ea1e7ddd7906a251a45
parentfebf2de98c6de56a7456e3e90678f80b52ea6099 (diff)
parent8e82a64a2085f497fdf4aafdf633c1e07e0192f1 (diff)
downloadrails-98298092093d733bed2a874e3d2c455fe45386a3.tar.gz
rails-98298092093d733bed2a874e3d2c455fe45386a3.tar.bz2
rails-98298092093d733bed2a874e3d2c455fe45386a3.zip
Merge pull request #30190 from ydakuka/patch-1
[ci skip] Update testing.md [ci skip]
-rw-r--r--guides/source/testing.md4
1 files changed, 2 insertions, 2 deletions
diff --git a/guides/source/testing.md b/guides/source/testing.md
index f71e963716..1c648ac47f 100644
--- a/guides/source/testing.md
+++ b/guides/source/testing.md
@@ -614,7 +614,7 @@ $ bin/rails generate system_test users
create test/system/users_test.rb
```
-Here's what a freshly-generated system test looks like:
+Here's what a freshly generated system test looks like:
```ruby
require "application_system_test_case"
@@ -788,7 +788,7 @@ $ bin/rails generate integration_test user_flows
create test/integration/user_flows_test.rb
```
-Here's what a freshly-generated integration test looks like:
+Here's what a freshly generated integration test looks like:
```ruby
require 'test_helper'