You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3-3Lines changed: 3 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -78,17 +78,17 @@ On the view that shows all charges (most likely the *GET /charges* route), creat
78
78
79
79
- List 2 -
80
80
- Header: Disputed Charges
81
-
- In this list set the background color of the rows to ##FF5400 and list hte Customers name, the charge amount and the date that the charge was disputed for each disputed charge.
81
+
- In this list set the background color of the rows to ##FF5400 and list the Customers name, the charge amount and the date that the charge was disputed for each disputed charge.
82
82
83
83
- List 3 -
84
84
- Header: Successful Charges
85
-
- In this list simply display all the charges that were succesfull.
85
+
- In this list simply display all the charges that were succesful.
86
86
87
87
### Tests
88
88
89
89
Create the following RSpec tests:
90
90
91
-
1. Verify that there are three lists on the screen. One for Successful charges, one for failed charges and one for the disputed charges.
91
+
1. Verify that there are three lists on the screen. One for successful charges, one for failed charges and one for the disputed charges.
92
92
2. Verify that in the Successful charges list there are 10 line items. Verify that in the failed charges list there are 5 failed charges. Verify that in the disputed charges list there are failed charges.
0 commit comments