From a9cfa6c50819a959db9f62efe57803f667c92967 Mon Sep 17 00:00:00 2001 From: Aaron Snyder <=> Date: Fri, 25 Sep 2015 21:14:16 -0700 Subject: Fix grammar in admin area labels .nothing-here-block when no labels exist. updating admin area > "Labels" text to "There are no labels yet.", per Stan Hus suggestion. --- features/steps/admin/labels.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'features/steps/admin') diff --git a/features/steps/admin/labels.rb b/features/steps/admin/labels.rb index d64380abf73..b45d98658bc 100644 --- a/features/steps/admin/labels.rb +++ b/features/steps/admin/labels.rb @@ -38,7 +38,7 @@ class Spinach::Features::AdminIssuesLabels < Spinach::FeatureSteps step 'I should see labels help message' do page.within '.labels' do - expect(page).to have_content 'There are no any labels yet' + expect(page).to have_content 'There are no labels yet' end end -- cgit v1.2.3