Commit 54b908afb730337ac5ae9ba00fb3515818de35b2
1 parent
047a7600
Exists in
spb-stable
and in
3 other branches
Remove include of un-existing helper
Signed-off-by: Dmitriy Zaporozhets <dmitriy.zaporozhets@gmail.com>
Showing
1 changed file
with
0 additions
and
1 deletions
Show diff stats
features/steps/project/project_forked_merge_requests.rb
@@ -3,7 +3,6 @@ class ProjectForkedMergeRequests < Spinach::FeatureSteps | @@ -3,7 +3,6 @@ class ProjectForkedMergeRequests < Spinach::FeatureSteps | ||
3 | include SharedProject | 3 | include SharedProject |
4 | include SharedNote | 4 | include SharedNote |
5 | include SharedPaths | 5 | include SharedPaths |
6 | - include ChosenHelper | ||
7 | 6 | ||
8 | step 'I am a member of project "Shop"' do | 7 | step 'I am a member of project "Shop"' do |
9 | @project = Project.find_by_name "Shop" | 8 | @project = Project.find_by_name "Shop" |