rspec_sequel_matchers:RSpec续集匹配器

时间:2024-06-04 08:57:31
【文件属性】:

文件名称:rspec_sequel_matchers:RSpec续集匹配器

文件大小:32KB

文件格式:ZIP

更新时间:2024-06-04 08:57:31

Ruby

rspec_sequel_matchers 从0.4.0版本开始,此gem仅与RSpec >= 3.x兼容,如果要与RSpec < 3.x使用,请使用0.3.x版本。 一些用于RSpec的续集匹配器,除了使用rspec之外,不使用其他gem自己进行续集。 因此,您可以将这些匹配器与Rails,Sinatra或任何其他框架一起使用。 它的功能很完整。 匹配器假定您正在使用推荐的validation_helpers插件。 支持所有实例验证方法,即: validates_exact_length validates_format validates_includes validates_integer validates_length_range validates_max_length validates_min_length validates_not_string


【文件预览】:
rspec_sequel_matchers-master
----.gitignore(47B)
----README.md(2KB)
----Gemfile(122B)
----.document(60B)
----LICENSE(1KB)
----rspec_sequel_matchers.gemspec(648B)
----spec()
--------validate_exact_length_matcher_spec.rb(3KB)
--------have_one_to_one_matcher_spec.rb(2KB)
--------validate_includes_matcher_spec.rb(4KB)
--------validate_not_string_matcher_spec.rb(3KB)
--------validate_format_matcher_spec.rb(3KB)
--------migrations()
--------validate_integer_matcher_spec.rb(3KB)
--------have_one_to_many_matcher_spec.rb(2KB)
--------have_many_through_many_matcher_spec.rb(2KB)
--------validate_unique_matcher_spec.rb(3KB)
--------validate_length_range_matcher_spec.rb(4KB)
--------validate_numeric_matcher_spec.rb(3KB)
--------validate_min_length_matcher_spec.rb(3KB)
--------have_many_to_many_matcher_spec.rb(2KB)
--------validate_presence_matcher_spec.rb(3KB)
--------validate_max_length_matcher_spec.rb(3KB)
--------have_many_to_one_matcher_spec.rb(2KB)
--------spec_helper.rb(1KB)
--------have_column_matcher_spec.rb(4KB)
----.travis.yml(282B)
----lib()
--------rspec_sequel_matchers.rb(259B)
--------rspec_sequel()
----Rakefile(663B)

网友评论