mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-11 13:46:11 +10:00
7 lines
177 B
Ruby
7 lines
177 B
Ruby
class Spinach::Features::CommentsOnCommitDiffs < Spinach::FeatureSteps
|
|
include SharedAuthentication
|
|
include SharedDiffNote
|
|
include SharedPaths
|
|
include SharedProject
|
|
end
|