You can not select more than 25 topics Topics must start with a chinese character,a letter or number, can include dashes ('-') and can be up to 35 characters long.

events_spec.rb 193 B

2 years ago
123456789
  1. # frozen_string_literal: true
  2. module Cucumber
  3. describe Events do
  4. it 'builds a registry without failing' do
  5. expect { described_class.registry }.not_to raise_error
  6. end
  7. end
  8. end

No Description

Contributors (1)