gitlabhq/features/steps/project/project_comment_commit.rb

7 lines
153 B
Ruby
Raw Normal View History

2012-09-10 08:35:03 -07:00
class ProjectCommentCommit < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedNote
include SharedPaths
end