summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-27 20:02:50 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-03-27 20:02:50 +0200
commit664c2262a0cd75eff1e74646b6654157050e046f (patch)
tree5c3ff3575a872b104434911ab4740bbf704d8772 /spec/features
parent7f7662ad23b136c1af4a77e6f6b587c74b1cc87b (diff)
downloadgitlab-ci-664c2262a0cd75eff1e74646b6654157050e046f.tar.gz
Fix tests
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/admin/runners_spec.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/runners_spec.rb b/spec/features/admin/runners_spec.rb
index 7e02d94..3745d36 100644
--- a/spec/features/admin/runners_spec.rb
+++ b/spec/features/admin/runners_spec.rb
@@ -12,7 +12,7 @@ describe "Admin Runners" do
end
it { page.should have_content "Manage Runners" }
- it { page.should have_content "To register new runner you" }
+ it { page.should have_content "To register a new runner" }
end
describe "GET /admin/runners/:id" do