module Reqres::TestSuitAdditions::ClassMethods
Public Instance Methods
save_to_file()
click to toggle source
saves yml file to the path
# File lib/reqres/test_suit_additions.rb, line 12 def save_to_file File.open(Reqres.file_name, "w") do |file| file.write all_tests.to_yaml end end