Welcome to mirror list, hosted at ThFree Co, Russian Federation.

gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-11 00:48:40 +0400
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2013-04-11 00:48:40 +0400
commit7786fe7ca84503ac2f00253f7097c754c51c1062 (patch)
tree78d1784d5e9d8f99c409f62df885db07411aace4 /features/steps/dashboard
parent001f3bc59ef34752b98ab405fde2520b15eff51c (diff)
Fixing specs & spinach since Wiki model does not exists any more
Diffstat (limited to 'features/steps/dashboard')
-rw-r--r--features/steps/dashboard/dashboard_search.rb11
1 files changed, 0 insertions, 11 deletions
diff --git a/features/steps/dashboard/dashboard_search.rb b/features/steps/dashboard/dashboard_search.rb
index 9c8c879479d..32966a8617a 100644
--- a/features/steps/dashboard/dashboard_search.rb
+++ b/features/steps/dashboard/dashboard_search.rb
@@ -16,15 +16,4 @@ class DashboardSearch < Spinach::FeatureSteps
fill_in "dashboard_search", with: "Contibuting"
click_button "Search"
end
-
- And 'Project "Shop" has wiki page "Contibuting guide"' do
- @wiki_page = create :wiki,
- project: @project,
- title: "Contibuting guide",
- slug: "contributing"
- end
-
- Then 'I should see "Contibuting guide" wiki link' do
- page.should have_link "Contibuting guide"
- end
end