summaryrefslogtreecommitdiff
path: root/spec/features
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-28 15:49:56 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2014-01-28 15:49:56 +0200
commit304e09e1f7a5e16856670bbdf110ad525869b6a8 (patch)
tree7b225b245be28d4ab2040ac2a262f7aefa56b684 /spec/features
parente3ece3ad000caeb87dd1d2a9955fc756233858ad (diff)
downloadgitlab-ci-304e09e1f7a5e16856670bbdf110ad525869b6a8.tar.gz
Refactor scss
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
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