Sha256: 3f39c602900d041f1614ab1b19f92c4109d82d709af3964205044b321c28a9c7

Contents?: true

Size: 379 Bytes

Versions: 2

Compression:

Stored size: 379 Bytes

Contents

require "spec_helper"

describe Cv::RedirectsController do
  describe "routing" do

    it "recognizes and generates #scai" do
      { :get => "scai" }.should route_to(:controller => "cv/redirects", :action => "scai" )
    end

    it "recognizes and generates #hsf" do
      { :get => "hsf" }.should route_to(:controller => "cv/redirects", :action => "hsf" )
    end

  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
scidea-cv-redirects-0.0.2 spec/routing/cv/redirects_routing_spec.rb
scidea-cv-redirects-0.0.1 spec/routing/cv/redirects_routing_spec.rb