Sha256: e3b4b9f12c88aaeb77f3f48b5295f6683edf4b28126ee80220759861af167b71
Contents?: true
Size: 564 Bytes
Versions: 8
Compression:
Stored size: 564 Bytes
Contents
# frozen_string_literal: true # describe 'http', type: :feature do # describe 'GET command', type: :feature do # it 'displays "not yet implemented"' # end # describe 'PATCH command', type: :feature do # it 'displays "not yet implemented"' # end # describe 'POST command', type: :feature do # it 'displays "not yet implemented"' # end # describe 'PUT command', type: :feature do # it 'displays "not yet implemented"' # end # describe 'DELETE command', type: :feature do # it 'displays "not yet implemented"' # end # end
Version data entries
8 entries across 8 versions & 1 rubygems