Sha256: a1f79b42d144315c3eb4c243903074a7a52d11a608e0fb3f47855b2a3c1206c6

Contents?: true

Size: 307 Bytes

Versions: 1

Compression:

Stored size: 307 Bytes

Contents

require 'spec_helper'

feature "Applicants API" do
  scenario "legacy_video_ready endpoint" do
    @applicant = Applicants::Applicant.create(email: 'fake@example.com', terms_of_use: "1")
    visit "/applicants/api/v1/videos/applicant-#{@applicant.id}/ready"
    expect(page.status_code).to be 200
  end
end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
applicants-0.11.0 spec/features/applicants_api_spec.rb