diff options
Diffstat (limited to 'spec/features/admin/runners_spec.rb')
-rw-r--r-- | spec/features/admin/runners_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/features/admin/runners_spec.rb b/spec/features/admin/runners_spec.rb index 3fea7a6..7e02d94 100644 --- a/spec/features/admin/runners_spec.rb +++ b/spec/features/admin/runners_spec.rb @@ -11,7 +11,7 @@ describe "Admin Runners" do visit admin_runners_path end - it { page.should have_content "Admin / Runners" } + it { page.should have_content "Manage Runners" } it { page.should have_content "To register new runner you" } end |