Sha256: bbd2dcea6a30fed65f53ed8c0a3a7e1fce765693543b6ca7c99da0e4e4170569

Contents?: true

Size: 235 Bytes

Versions: 7

Compression:

Stored size: 235 Bytes

Contents

$LOAD_PATH.unshift(File.dirname(__FILE__))
$LOAD_PATH.unshift(File.join(File.dirname(__FILE__), '..', 'lib'))

require 'aspect4r'

require 'spec'
require 'spec/autorun'

Spec::Runner.configure do |config|
  config.mock_with :mocha
end

Version data entries

7 entries across 7 versions & 1 rubygems

Version Path
aspect4r-0.10.0 spec/spec_helper.rb
aspect4r-0.9.1 spec/spec_helper.rb
aspect4r-0.9.0 spec/spec_helper.rb
aspect4r-0.8.2 spec/spec_helper.rb
aspect4r-0.8.1 spec/spec_helper.rb
aspect4r-0.8.0 spec/spec_helper.rb
aspect4r-0.7.1 spec/spec_helper.rb