Skip to content

Commit

Permalink
remove no longer supported spec
Browse files Browse the repository at this point in the history
  • Loading branch information
timoschilling committed Oct 23, 2014
1 parent 736ba99 commit 99b61df
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion spec/unit/views/components/attributes_table_spec.rb
Expand Up @@ -246,7 +246,6 @@
end
it "should render" do
expect(table.find_by_tag("th")[0].content).to eq "Foo"
expect(table.find_by_tag("th")[1].content).to eq "Bar"
expect(table.find_by_tag("td")[0].content).to eq "1"
expect(table.find_by_tag("td")[1].content).to eq "2"
end
Expand Down

0 comments on commit 99b61df

Please sign in to comment.