Module: Reqres::TestSuitAdditions::ClassMethods
- Defined in:
- lib/reqres/test_suit_additions.rb
Instance Method Summary collapse
-
#save_to_file ⇒ Object
saves yml file to the path.
Instance Method Details
#save_to_file ⇒ Object
saves yml file to the path
12 13 14 15 16 |
# 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 |