Grammar fix

This commit is contained in:
Alfredo Sumaran 2016-04-18 16:28:15 -05:00
parent 2783877e86
commit 50c9c6a875
1 changed files with 1 additions and 1 deletions

View File

@ -9,7 +9,7 @@ describe 'Dashboard Todos', feature: true do
let(:todos_total){ todos_per_page + 1 }
describe 'GET /dashboard/todos' do
context 'User do not have todos' do
context 'User does not have todos' do
before do
login_as(user)
visit dashboard_todos_path