mirror of
https://github.com/drapergem/draper
synced 2023-03-27 23:21:17 -04:00
17 lines
381 B
Gherkin
17 lines
381 B
Gherkin
Feature: Route helpers should work in decorators
|
|
|
|
Background:
|
|
Given a post exists
|
|
|
|
Scenario:
|
|
Then a _path helper with the underlying model works
|
|
|
|
Scenario:
|
|
Then a _path helper with the underlying model's id works
|
|
|
|
Scenario:
|
|
Then a _url helper with the underlying model works
|
|
|
|
Scenario:
|
|
Then a _url helper with the underlying model's id works
|
|
|