mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-09 20:56:08 +10:00
- do not add Feature to feature titles - titleize feature titles - put steps on the same path as .feature files - make feature titles match their path
7 lines
174 B
Ruby
7 lines
174 B
Ruby
class Spinach::Features::ProjectCommitsComments < Spinach::FeatureSteps
|
|
include SharedAuthentication
|
|
include SharedNote
|
|
include SharedPaths
|
|
include SharedProject
|
|
end
|