Sha256: bc0d53106b3b731a1d7602122461d7e31411b9765f0b6b33427c414c1d8849d2

Contents?: true

Size: 276 Bytes

Versions: 5

Compression:

Stored size: 276 Bytes

Contents

require_relative "spec_helper"
require_relative "../adp_connection_ruby.rb"

def app
  AdpConnectionRuby
end

describe AdpConnectionRuby do
  it "responds with a welcome message" do
    get '/'

    last_response.body.must_include 'Welcome to the Sinatra Template!'
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
adp-connection-0.1.5 democlient/spec/adp_connection_ruby_spec.rb
adp-connection-0.1.4 democlient/spec/adp_connection_ruby_spec.rb
adp-connection-0.1.3 democlient/spec/adp_connection_ruby_spec.rb
adp-connection-0.1.2 democlient/spec/adp_connection_ruby_spec.rb
adp-connection-0.1.1 democlient/spec/adp_connection_ruby_spec.rb