add 1.9.3 to travis. remove deprecation warning from cukes

This commit is contained in:
Maxwell Salzberg 2011-12-08 16:30:58 -08:00
parent 2282fd35d1
commit 455e5375d8
2 changed files with 2 additions and 2 deletions

View file

@ -3,9 +3,9 @@ branches:
- 'master' - 'master'
rvm: rvm:
- 1.8.7
- ree - ree
- 1.9.2 - 1.9.2
- 1.9.3
env: env:
- DB=postgres BUILD_TYPE=other - DB=postgres BUILD_TYPE=other

View file

@ -205,7 +205,7 @@ Then 'I should see an image attached to the post' do
end end
Then 'I press the attached image' do Then 'I press the attached image' do
Then %{I press the 1st "img" within ".stream_element div.photo_attachments"} step %{I press the 1st "img" within ".stream_element div.photo_attachments"}
end end
And "I wait for the popovers to appear" do And "I wait for the popovers to appear" do