Skip to content

Instantly share code, notes, and snippets.

@Ted0-F
Ted0-F / sample_spec.rb
Created October 23, 2016 10:41
Ruby task02 tests
describe 'Hash#fetch_deep' do
input = {meal: 'musaka'}
order = {
dessert: {
type: 'cake',
variant: 'chocolate',
rating: 10,
"test" => {
t1: 15,