Skip to content

Commit 81d0d60

Browse files
committed
Correct grammatical issues
1 parent 76da141 commit 81d0d60

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

features/controller_specs/cookies.feature

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
11
Feature: Cookies
22

3-
There is different ways to test cookies in controller's tests be we recommend
4-
to use `cookies` as below.
3+
There are different ways to make assertions on cookies from controller specs,
4+
but we recommend using the `cookies` method as set out below.
55

6-
You can use strings or symbols to fetch or set your cookies because `cookies`
7-
support indifferent access.
6+
You can use strings or symbols to fetch or set your cookies because the `cookies`
7+
method supports indifferent access.
88

99
Scenario: Testing cookie's value cleared in controller
1010
Given a file named "spec/controllers/application_controller_spec.rb" with:

0 commit comments

Comments
 (0)