Skip to content

Instantly share code, notes, and snippets.

@enricostano
Created August 4, 2012 13:27
Show Gist options
  • Save enricostano/3257763 to your computer and use it in GitHub Desktop.
Save enricostano/3257763 to your computer and use it in GitHub Desktop.
Project test
require 'test_helper'
class ProjectTest < ActiveSupport::TestCase
test "should not save empty project" do
project = Project.new
assert !project.save, "Saved empty project"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment