RubyGems Navigation menu

rspec-rails-extra-routing 0.1.0

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
shoulda >= 0

擁有者:

作者:

  • Hugo Roque (a.k.a HugoLnx)

SHA 256 總和檢查碼:

=

總下載次數 7,614

這個版本 4,410

版本发布:

授權:

Ruby 版本需求:

相關連結: