Sha256: 7e9f68f19d369b0295d3dd3ba98d3358f35bc5916384483223a8313835196a05
Contents?: true
Size: 278 Bytes
Versions: 5
Compression:
Stored size: 278 Bytes
Contents
RSpec.shared_context 'paths' do let(:special_path) { File.expand_path('../../fixtures/safe (special).txt', __FILE__) } let(:good_path) { File.expand_path('../../fixtures/safe.txt', __FILE__) } let(:bad_path) { File.expand_path("not-here/#{rand 10e6}.txt", __FILE__) } end
Version data entries
5 entries across 5 versions & 2 rubygems