mirror of
https://github.com/internetee/registry.git
synced 2025-05-17 01:47:18 +02:00
9 lines
149 B
Ruby
9 lines
149 B
Ruby
module Epp
|
|
def read_body(filename)
|
|
File.read("spec/epp/requests/#{filename}")
|
|
end
|
|
end
|
|
|
|
RSpec.configure do |c|
|
|
c.include Epp, epp: true
|
|
end
|