6 lines
174 B
Ruby
6 lines
174 B
Ruby
class Spinach::Features::ProjectCommitsComments < Spinach::FeatureSteps
|
|
include SharedAuthentication
|
|
include SharedNote
|
|
include SharedPaths
|
|
include SharedProject
|
|
end
|