Sha256: 8bc9717acf7b585c497052b7c680b136d6c911569488bf5698bf6e4a27681eea

Contents?: true

Size: 390 Bytes

Versions: 2

Compression:

Stored size: 390 Bytes

Contents

require "spec_helper"

#
# routes
#  info_panel_edit GET /info_panel/edit(.:format) {:controller=>"info_panel", :action=>"edit"}
#
describe "info_panel response status codes" do
  describe "GET /info_panel/edit(.:format)" do
    it "should have a response", :vcr do
      format = nil
      get info_panel_edit_path(:format => format)
      response.status.should be(200)
    end
  end

end

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
routespec-0.0.1 test/sandbox/requests/info_panel/info_panel_spec.rb
routespec-0.0.1 test/sandbox/requests2/info_panel/info_panel_spec.rb