Skip to content

Commit

Permalink
Fix failing spec.
Browse files Browse the repository at this point in the history
  • Loading branch information
marnen committed Oct 31, 2014
1 parent cdea5a8 commit d4f8182
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/views/events/new.html.haml_spec.rb
Expand Up @@ -28,7 +28,7 @@
end

it "should have a Markdown hint in the description field" do
header = assert_select("table.edit th", /Description/)
header = assert_select("table.edit th", /Description/).first
header.should_not be_nil
header.should have_selector("a", :content => 'Markdown')
end
Expand Down

0 comments on commit d4f8182

Please sign in to comment.