summaryrefslogtreecommitdiff
path: root/features/steps/project
diff options
context:
space:
mode:
authorDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-26 19:08:03 +0200
committerDmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>2015-05-26 19:08:03 +0200
commitf815094e6ddfb6760d1af37b3b2bc19f6e37baf0 (patch)
treef7d9ba726fa2691159ffa8bb6d549691f8a06f2a /features/steps/project
parentb6117074ccb018a679d72f3faf4302ddb076a3ac (diff)
parentb5ea355078589f5002e3601333130350f1a37678 (diff)
downloadgitlab-ce-f815094e6ddfb6760d1af37b3b2bc19f6e37baf0.tar.gz
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'features/steps/project')
-rw-r--r--features/steps/project/hooks.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/features/steps/project/hooks.rb b/features/steps/project/hooks.rb
index 4b135202593..d06905285fe 100644
--- a/features/steps/project/hooks.rb
+++ b/features/steps/project/hooks.rb
@@ -23,7 +23,7 @@ class Spinach::Features::ProjectHooks < Spinach::FeatureSteps
end
step 'I submit new hook' do
- @url = Faker::Internet.uri("http")
+ @url = FFaker::Internet.uri("http")
fill_in "hook_url", with: @url
expect { click_button "Add Web Hook" }.to change(ProjectHook, :count).by(1)
end