Skip to content

Instantly share code, notes, and snippets.

@enricostano
Created August 4, 2012 15:16
Show Gist options
  • Save enricostano/3258302 to your computer and use it in GitHub Desktop.
Save enricostano/3258302 to your computer and use it in GitHub Desktop.
Project test 2
test "stop is greater than start date" do
project = Project.new(:name => "Puppa",
:institution_id => 1)
project.start = "2012-08-03"
project.stop = "2012-08-10"
assert project.valid?
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment