summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
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