Sha256: 05155e52b1eb4984137739d4b0be4fd34729c3a335bdf417607c92ad28be70cb
Contents?: true
Size: 609 Bytes
Versions: 6
Compression:
Stored size: 609 Bytes
Contents
=begin Copyright 2010-2015 Tasos Laskos <tasos.laskos@arachni-scanner.com> This file is part of the Arachni Framework project and is subject to redistribution and commercial restrictions. Please see the Arachni Framework web site for more information on licensing and terms of use. =end def name_from_filename File.basename( caller.first.split( ':' ).first, '_spec.rb' ) end def spec_path File.expand_path( File.dirname( File.absolute_path( __FILE__ ) ) + '/../../' ) + '/' end def support_path "#{spec_path}support/" end def fixtures_path "#{support_path}fixtures/" end
Version data entries
6 entries across 6 versions & 1 rubygems