diff options
author | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-26 19:08:03 +0200 |
---|---|---|
committer | Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com> | 2015-05-26 19:08:03 +0200 |
commit | f815094e6ddfb6760d1af37b3b2bc19f6e37baf0 (patch) | |
tree | f7d9ba726fa2691159ffa8bb6d549691f8a06f2a /features/steps/project/hooks.rb | |
parent | b6117074ccb018a679d72f3faf4302ddb076a3ac (diff) | |
parent | b5ea355078589f5002e3601333130350f1a37678 (diff) | |
download | gitlab-ce-f815094e6ddfb6760d1af37b3b2bc19f6e37baf0.tar.gz |
Merge branch 'master' of gitlab.com:gitlab-org/gitlab-ce
Diffstat (limited to 'features/steps/project/hooks.rb')
-rw-r--r-- | features/steps/project/hooks.rb | 2 |
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 |