Sha256: 3fb857625d0e91ecad58fcc919ce28488c82be5ca877ca9fe061f5853137a0a5
Contents?: true
Size: 223 Bytes
Versions: 41
Compression:
Stored size: 223 Bytes
Contents
module RspecSupportEvents def make_event(index) { 'topic' => 'stuff', 'type' => 'create', 'url' => "https://example.com/stuff/#{index}", 't' => 1234 } end end RSpec.configure { |c| c.include RspecSupportEvents }
Version data entries
41 entries across 41 versions & 1 rubygems