7 lines
144 B
Ruby
7 lines
144 B
Ruby
|
class ProjectWall < Spinach::FeatureSteps
|
||
|
include SharedAuthentication
|
||
|
include SharedProject
|
||
|
include SharedNote
|
||
|
include SharedPaths
|
||
|
end
|