6 lines
182 B
Ruby
6 lines
182 B
Ruby
class Spinach::Features::ProjectCommitsDiffComments < Spinach::FeatureSteps
|
|
include SharedAuthentication
|
|
include SharedDiffNote
|
|
include SharedPaths
|
|
include SharedProject
|
|
end
|