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