Sha256: 55cc00d1882a3b3a4f94c075a9fef8dfdb2c3c3f4de41a21822c2e4b3b312820

Contents?: true

Size: 223 Bytes

Versions: 4

Compression:

Stored size: 223 Bytes

Contents

require "spec_helper"

describe EditableAreasController do
  describe "routing" do
    it "routes to #update with put" do
      put("/editable_areas/1").should route_to("editable_areas#update", :id => "1")
    end
  end
end

Version data entries

4 entries across 4 versions & 1 rubygems

Version Path
editable_areas-0.1.0 spec/routing/areas_routing_spec.rb
editable_areas-0.0.3 spec/routing/areas_routing_spec.rb
editable_areas-0.0.2 spec/routing/areas_routing_spec.rb
editable_areas-0.0.1 spec/routing/areas_routing_spec.rb