Skip to content

Commit 4824176

Browse files
committed
remove obsolete and failing spec
1 parent 81dc3e5 commit 4824176

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

spec/test/components/link_spec.rb

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -90,25 +90,6 @@ def response
9090
expect(stripped(static_output)).to ( include(stripped(expected_static_output)) )
9191
end
9292

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-
11293
it 'Example 6 - Rails Routing using symbols with params' do
11394
class ExamplePage < Matestack::Ui::Page
11495
def response

0 commit comments

Comments
 (0)