gitlabhq/features/steps/project/project_wall.rb
2012-09-10 08:35:03 -07:00

7 lines
144 B
Ruby

class ProjectWall < Spinach::FeatureSteps
include SharedAuthentication
include SharedProject
include SharedNote
include SharedPaths
end