Skip to content

Instantly share code, notes, and snippets.

@maiha
Created April 3, 2009 13:38
Show Gist options
  • Save maiha/89749 to your computer and use it in GitHub Desktop.
Save maiha/89749 to your computer and use it in GitHub Desktop.
describe ConstraintSchema do
describe "の依存関係" do
table_fixture :constraint_schemas, <<-EOF
weborder_itmedia=# select * from constraint_schemas;
id | type | name | js | position | multiple | escape | enabled | version
----+-----------+------------+----------------------+----------+----------+--------+---------+---------
16 | Selection | 性別 | user_gender() == | 1 | f | t | t |
17 | Selection | 興味 | user_interests() in | 2 | t | t | t |
18 | Field | 回数制約 | user_freq() < | 3 | f | f | t |
19 | Checkbox | 新規ユーザ | user_newbie() | 4 | f | f | t |
20 | Custom | カスタム | | 5 | f | f | t |
EOF
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment