Sha256: 96bbd471a6d4e82bcbddc4f17cf8a1b6ea033adc8fca82c859c7618a596778e5
Contents?: true
Size: 360 Bytes
Versions: 14
Compression:
Stored size: 360 Bytes
Contents
# Copyright (c) 2009 Michael Fellinger m.fellinger@gmail.com # All files in this distribution are subject to the terms of the Ruby license. require File.expand_path('../../../../lib/ramaze/spec/helper/snippets', __FILE__) describe 'locals' do should 'find locals' do a = 1 b = 2 binding.locals.should == {'a' => 1, 'b' => 2} end end
Version data entries
14 entries across 14 versions & 3 rubygems