shoulda-kept-respond-with-content-type:我们错过了shoulda-matchers中的response_with_content_type匹配器

时间:2024-05-23 14:52:54
【文件属性】:

文件名称:shoulda-kept-respond-with-content-type:我们错过了shoulda-matchers中的response_with_content_type匹配器

文件大小:14KB

文件格式:ZIP

更新时间:2024-05-23 14:52:54

Ruby

应该保留分配 由 Shoulda-matchers( )在2.0.0版中删除了response_with_content_type匹配器。 我们非常想念它,足以把它带回来。 这个gem包含了所有当前版本的Shoulda-matchers,并重新添加了“ respond_with_content_type”匹配器,就像被无情地销毁之前一样。 示例(来自Shoulda-matchers,v1.5) describe PostsController , "#show" do it { should permit ( :title , :body ) . for ( :create ) } context "for a fictional user" do before do get :show , :id => 1 end it { should


【文件预览】:
shoulda-kept-respond-with-content-type-master
----.travis.yml(377B)
----Rakefile(374B)
----gemfiles()
--------3.2.gemfile(119B)
--------4.1.gemfile(119B)
--------3.1.gemfile(119B)
--------4.0.gemfile(119B)
--------3.0.gemfile(119B)
--------4.2.gemfile(119B)
----shoulda-kept-respond-with-content-type.gemspec(1KB)
----Appraisals(293B)
----CONTRIBUTING.md(1KB)
----Gemfile(39B)
----spec()
--------support()
--------shoulda()
--------spec_helper.rb(945B)
----.gitignore(112B)
----lib()
--------shoulda-kept-respond-with-content-type.rb(106B)
--------shoulda()
----README.md(1KB)
----MIT-LICENSE(1KB)

网友评论