prep rc release
This commit is contained in:
parent
5c2defac6d
commit
7c266d9e85
9 changed files with 22 additions and 2 deletions
|
@ -4,10 +4,12 @@ Feature: Tiny Src
|
|||
|
||||
Scenario: Rendering html with the feature disabled
|
||||
Given "tiny_src" feature is "disabled"
|
||||
And the Server is running
|
||||
When I go to "/tiny_src.html"
|
||||
Then I should see "http://test.com/image.jpg"
|
||||
|
||||
Scenario: Rendering html with the feature enabled
|
||||
Given "tiny_src" feature is "enabled"
|
||||
And the Server is running
|
||||
When I go to "/tiny_src.html"
|
||||
Then I should see "http://i.tinysrc.mobi/http://test.com/image.jpg"
|
Loading…
Add table
Add a link
Reference in a new issue