Sha256: a62950e650b7c3e31232267680d41a2a112ecd0bd04c76ec72a505870424ce4d
Contents?: true
Size: 326 Bytes
Versions: 27
Compression:
Stored size: 326 Bytes
Contents
require 'spec_helper' describe ApisController do include Rack::Test::Methods let(:app) { Rails.application } before do header 'Accept', 'application/json' header 'Content-Type', 'application/json' end describe 'the ping interface' do subject { get '/apis/' } it { subject.must_be :ok? } end end
Version data entries
27 entries across 27 versions & 1 rubygems