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 (8KB)
  2. 0.0.6 - April 05, 2011 (8KB)
全てのバージョンを表示(全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チェックサム:

75d0898040c81344e3f6a42b296f7451a798415033b18f69ab98345cb4504221

累計ダウンロード数 7,274

このバージョンのみ 4,200

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: