Skip to content

Instantly share code, notes, and snippets.

@unreal
Created October 16, 2010 15:41
Show Gist options
  • Save unreal/629921 to your computer and use it in GitHub Desktop.
Save unreal/629921 to your computer and use it in GitHub Desktop.
test "should fail without some param" do
thing = Thing.new(@valid_params.delete[:some_param])
thing.valid?
assert_not_equal thing.errors[:some_param], []
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment