summaryrefslogtreecommitdiff
path: root/features/steps/project/wiki.rb
diff options
context:
space:
mode:
authorMarin Jankovski <marin@gitlab.com>2014-05-07 11:52:07 +0200
committerMarin Jankovski <marin@gitlab.com>2014-05-07 11:52:07 +0200
commit99e0d0dd6f9d1a6b66c5322f142e6dd008f62ebd (patch)
tree2134cad4d0c4834eeb80966cb4d4ce6815588f22 /features/steps/project/wiki.rb
parente026491d533d96d58a98ac9dcb13f0b710c689a4 (diff)
downloadgitlab-ce-99e0d0dd6f9d1a6b66c5322f142e6dd008f62ebd.tar.gz
Unstub after the test is done.
Diffstat (limited to 'features/steps/project/wiki.rb')
-rw-r--r--features/steps/project/wiki.rb2
1 files changed, 2 insertions, 0 deletions
diff --git a/features/steps/project/wiki.rb b/features/steps/project/wiki.rb
index 3244a5a05af..96f2505d24c 100644
--- a/features/steps/project/wiki.rb
+++ b/features/steps/project/wiki.rb
@@ -107,6 +107,8 @@ class Spinach::Features::ProjectWiki < Spinach::FeatureSteps
url = URI.parse(current_url)
url.path.should match("wikis/image.jpg")
page.should_not have_xpath('/html') # Page should render the image which means there is no html involved
+ Gollum::Wiki.any_instance.unstub(:file)
+ Gollum::File.any_instance.unstub(:mime_type)
end
Then 'Image should be shown on the page' do