| ... | ... | @@ -15,10 +15,4 @@ class ProjectWall < Spinach::FeatureSteps |
|
|
|
Then 'I should see project wall note "my special test message"' do
|
|
|
|
page.should have_content "my special test message"
|
|
|
|
end
|
|
|
|
|
|
|
|
Then 'I should see comment "XML attached"' do
|
|
|
|
within(".note") do
|
|
|
|
page.should have_content("XML attached")
|
|
|
|
end
|
|
|
|
end
|
|
|
|
end |