Skip to content
This repository has been archived by the owner on Oct 12, 2019. It is now read-only.

Commit

Permalink
Implement DatetimeSelect.
Browse files Browse the repository at this point in the history
  • Loading branch information
Matthew Bellantoni committed Sep 2, 2012
1 parent 34f1663 commit 34b0a99
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions spec/inputs/datetime_select_input_spec.rb
Original file line number Original file line Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@
end) end)
end end


it_should_have_bootstrap_horizontal_wrapping
it_should_have_input_wrapper_with_class("datetime_select") it_should_have_input_wrapper_with_class("datetime_select")
it_should_have_input_wrapper_with_class(:input) it_should_have_input_wrapper_with_class(:input)
it_should_have_input_wrapper_with_id("post_publish_at_input") it_should_have_input_wrapper_with_id("post_publish_at_input")
Expand Down

0 comments on commit 34b0a99

Please sign in to comment.