add 1.9.3 to travis. remove deprecation warning from cukes
This commit is contained in:
parent
2282fd35d1
commit
455e5375d8
2 changed files with 2 additions and 2 deletions
|
|
@ -3,9 +3,9 @@ branches:
|
|||
- 'master'
|
||||
|
||||
rvm:
|
||||
- 1.8.7
|
||||
- ree
|
||||
- 1.9.2
|
||||
- 1.9.3
|
||||
|
||||
env:
|
||||
- DB=postgres BUILD_TYPE=other
|
||||
|
|
|
|||
|
|
@ -205,7 +205,7 @@ Then 'I should see an image attached to the post' do
|
|||
end
|
||||
|
||||
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
|
||||
|
||||
And "I wait for the popovers to appear" do
|
||||
|
|
|
|||
Loading…
Reference in a new issue