summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
Diffstat (limited to 'spec/features')
-rw-r--r--spec/features/admin/projects_spec.rb2
-rw-r--r--spec/features/admin/runners_spec.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/spec/features/admin/projects_spec.rb b/spec/features/admin/projects_spec.rb
index ce8d9a5..fa72337 100644
--- a/spec/features/admin/projects_spec.rb
+++ b/spec/features/admin/projects_spec.rb
@@ -11,7 +11,7 @@ describe "Admin Projects" do
visit admin_projects_path
end
- it { page.should have_content "Admin / Projects" }
+ it { page.should have_content "Manage Projects" }
end
end
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