Sha256: 73af546abcf8d303d9d703c8467e7365c4857a7814d42a3ee0f6a3efb5d09791

Contents?: true

Size: 294 Bytes

Versions: 2

Compression:

Stored size: 294 Bytes

Contents

require 'spec_helper'

describe "Cities" do
  describe "GET /cities" do
    it "works! (now write some real specs)" do
      # Run the generator again with the --webrat flag if you want to use webrat methods/matchers
      get cities_path
      response.status.should be(200)
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
spree_suppliers-0.0.1 spec/requests/cities_spec.rb
spree_suppliers-0.60.3 spec/requests/cities_spec.rb