EvoBal/test/fixtures/conditions.yml

79 lines
1.5 KiB
YAML

# Read about fixtures at https://api.rubyonrails.org/classes/ActiveRecord/FixtureSet.html
one:
filter: one
enabled: true
property_type: Header
property_value: Subject
test_method: contain
test_value: MyString
inverted: false
two:
filter: two
enabled: true
property_type: Header
property_value: Subject
test_method: contain
test_value: MyString
inverted: true
invalid_subject:
filter: invalid_subject
enabled: true
property_type: Invalid
property_value: Subject
test_method: contain
test_value: MyString
inverted: false
invalid_test_method:
filter: invalid_test
enabled: true
property_type: Header
property_value: Subject
test_method: invalid
test_value: MyString
inverted: false
invalid_operator:
filter: invalid_operator
enabled: true
property_type: Header
property_value: Subject
test_method: contain
test_value: MyString
inverted: false
postpone_future_valid:
filter: postpone_future_valid
enabled: true
property_type: Subject
test_method: match
test_value: Postponable
inverted: false
postpone_past_valid:
filter: postpone_past_valid
enabled: true
property_type: Subject
test_method: match
test_value: Postponable
inverted: false
postpone_invalid:
filter: postpone_invalid
enabled: true
property_type: Subject
test_method: match
test_value: Postponable
inverted: false
junk_subject:
filter: junk
enabled: true
property_type: Subject
test_method: match
test_value: Junk
inverted: false