Sha256: 2e749c99a63fbdd06f3f5a514197053fcd82ca9b10cfdf8723f288b7be23fe14

Contents?: true

Size: 281 Bytes

Versions: 10

Compression:

Stored size: 281 Bytes

Contents

# frozen_string_literal: true

module Fake
  module QueryScreeningRoutes
    class << self
      def included(base)
        base.post("/#{base.version}/query/screenings") do
          json_response 200, 'query/screenings.json'
        end
        super
      end
    end
  end
end

Version data entries

10 entries across 10 versions & 1 rubygems

Version Path
finapps-6.13.1 spec/support/routes/query_screenings.rb
finapps-6.13.0 spec/support/routes/query_screenings.rb
finapps-6.12.0 spec/support/routes/query_screenings.rb
finapps-6.11.0 spec/support/routes/query_screenings.rb
finapps-6.10.2 spec/support/routes/query_screenings.rb
finapps-6.10.1 spec/support/routes/query_screenings.rb
finapps-6.10.0 spec/support/routes/query_screenings.rb
finapps-6.9.2 spec/support/routes/query_screenings.rb
finapps-6.9.1 spec/support/routes/query_screenings.rb
finapps-6.9.0 spec/support/routes/query_screenings.rb