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