7 lines
158 B
Ruby
7 lines
158 B
Ruby
class CommentsOnCommitDiffs < Spinach::FeatureSteps
|
|
include SharedAuthentication
|
|
include SharedDiffNote
|
|
include SharedPaths
|
|
include SharedProject
|
|
end
|