Sha256: 87aa65af48b90fbc069e533b028699071dc34e66b8611001c840550acb79b4ec

Contents?: true

Size: 228 Bytes

Versions: 6

Compression:

Stored size: 228 Bytes

Contents

require "spec_helper"

describe "Routes", feature: true do

  let!(:response) { get "/routes" }

  describe "GET /routes" do

    it "responds successfully" do
      expect(response.status).to eq 200
    end

  end # GET /

end

Version data entries

6 entries across 6 versions & 1 rubygems

Version Path
rest-ftp-daemon-0.247.1 spec/rest-ftp-daemon/features/routes_spec.rb
rest-ftp-daemon-0.247.0 spec/rest-ftp-daemon/features/routes_spec.rb
rest-ftp-daemon-0.246.1 spec/rest-ftp-daemon/features/routes_spec.rb
rest-ftp-daemon-0.246.0 spec/rest-ftp-daemon/features/routes_spec.rb
rest-ftp-daemon-0.245.1 spec/rest-ftp-daemon/features/routes_spec.rb
rest-ftp-daemon-0.245 spec/rest-ftp-daemon/features/routes_spec.rb