Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Actually write a test that passes #404
  • Loading branch information
JasonBarnabe committed Mar 5, 2016
1 parent be9cc8f commit 530aa77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/models/script_version_applies_to_test.rb
Expand Up @@ -169,7 +169,7 @@ def get_applies_to(includes)
end

test 'regexp non-optional path group' do
assert_equal [{text: 'example.com', domain: true, tld_extra: false}], get_applies_to(['/http:\/\/example.com(\/|\/foo)/'])
assert_equal [{text: '/http:\/\/example.com(\/|\/foo)/', domain: false, tld_extra: false}], get_applies_to(['/http:\/\/example.com(\/|\/foo)/'])
end

end

0 comments on commit 530aa77

Please sign in to comment.