文件名称:shoulda-kept-assign-to:我们错过了shoulda-matchers中的assign_to匹配器
文件大小:13KB
文件格式:ZIP
更新时间:2024-05-23 15:16:35
Ruby
应该保留分配 由 Shoulda- assign_to ( )在2.0.0版中删除了assign_to匹配器。 我们非常想念它,足以把它带回来。 该gem重新添加了assign_to匹配器,并通过引用包括了所有其他的shoulda-matchers就像它被无情地销毁之前一样。 示例(来自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 assign_to ( :user ) } end end
【文件预览】:
shoulda-kept-assign-to-master
----.gitignore(112B)
----shoulda-kept-assign-to.gemspec(1KB)
----gemfiles()
--------4.0.gemfile(119B)
--------3.0.gemfile(119B)
--------3.2.gemfile(119B)
--------4.1.gemfile(119B)
--------3.1.gemfile(119B)
--------4.2.gemfile(119B)
----.travis.yml(377B)
----CONTRIBUTING.md(1KB)
----spec()
--------support()
--------spec_helper.rb(945B)
--------shoulda()
----README.md(1KB)
----lib()
--------shoulda-kept-assign-to.rb(90B)
--------shoulda()
----Appraisals(293B)
----Gemfile(39B)
----MIT-LICENSE(1KB)
----Rakefile(375B)