Skip to content

Instantly share code, notes, and snippets.

@hatyuki
Created January 19, 2010 04:49
Show Gist options
  • Save hatyuki/280679 to your computer and use it in GitHub Desktop.
Save hatyuki/280679 to your computer and use it in GitHub Desktop.
## t/050_mixin/find_or_create.t
# ---------- >8 ----------
do {
eval {
$model->find_or_create(
test5 => { '' => 'key1' } => {
data => 'data2',
}
);
};
like($@, qr/index name is required/);
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment