RubyGems Navigation menu

rspec-rails-extra-routing 0.0.6

Extension to rspec-rails that allows some shortcuts in routing tests. With it, this: describe "users routes" do describe "GET /" do it{{:get => '/'}.should route_to "users#index"} end describe "POST /" do \ it{{:post => '/'}.should be_routable} end end can be written like this: describe "users routes" do get('/').should route_to "users#index" \ post('/').should be_routable end

Gemfile:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.1.0 - April 05, 2011 (8.0 KB)
  2. 0.0.6 - April 05, 2011 (8.0 KB)
显示所有版本 (共 7 个)

Runtime 依赖 (1):

rspec-rails >= 2.5.0

Development 依赖 (4):

bundler ~> 1.0.0
jeweler ~> 1.5.2
rcov = 0.9.9
shoulda >= 0

业主:

作者:

  • Hugo Roque (a.k.a HugoLnx)

SHA 256 校验和:

662ca029bde7643493d9729cfcf0a323dc45f75be6fa1a4f511c3c4639b5bd71

下载总量 7,310

这个版本 3,071

许可:

需要的 Ruby 版本:

链接: