mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-12 06:06:05 +10:00
7 lines
144 B
Ruby
7 lines
144 B
Ruby
class ProjectWall < Spinach::FeatureSteps
|
|
include SharedAuthentication
|
|
include SharedProject
|
|
include SharedNote
|
|
include SharedPaths
|
|
end
|