Sha256: 1ca23a23aa96365d835463c35377a53e063bd02aef0b073ba739550bbb34f8eb
Contents?: true
Size: 251 Bytes
Versions: 12
Compression:
Stored size: 251 Bytes
Contents
require 'lib/ramaze/spec/helper/snippets' describe '__DIR__' do # this is hardly exhaustive, but better than nothing it 'should report the directory of the current file' do __DIR__.should == File.dirname(File.expand_path(__FILE__)) end end
Version data entries
12 entries across 12 versions & 4 rubygems