File tree Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Expand file tree Collapse file tree 1 file changed +0
-19
lines changed Original file line number Diff line number Diff line change @@ -90,25 +90,6 @@ def response
90
90
expect ( stripped ( static_output ) ) . to ( include ( stripped ( expected_static_output ) ) )
91
91
end
92
92
93
- it 'Example 5 - Rails Routing using symbols' do
94
- class ExamplePage < Matestack ::Ui ::Page
95
- def response
96
- div id : "foo" , class : "bar" do
97
- a text : 'Click' , href : inline_edit_path
98
- end
99
- end
100
- end
101
-
102
- visit "/example"
103
- static_output = page . html
104
- expected_static_output = <<~HTML
105
- < div id ="foo " class ="bar ">
106
- < a href ="/my_app/inline_edit "> Click</ a >
107
- </ div >
108
- HTML
109
- expect ( stripped ( static_output ) ) . to ( include ( stripped ( expected_static_output ) ) )
110
- end
111
-
112
93
it 'Example 6 - Rails Routing using symbols with params' do
113
94
class ExamplePage < Matestack ::Ui ::Page
114
95
def response
You can’t perform that action at this time.
0 commit comments