Sha256: 26a6816446814463a233d95c943db1a15fa6749fe972cacdf83f8e3c4b609d78

Contents?: true

Size: 269 Bytes

Versions: 18

Compression:

Stored size: 269 Bytes

Contents

# encoding: utf-8

module ProxyTester
  module SpecHelper
    module Example
      def example_file(path)
        File.expand_path("../../examples/#{path}", __FILE__)
      end
    end
  end
end

RSpec.configure do |c|
  c.include ProxyTester::SpecHelper::Example
end

Version data entries

18 entries across 18 versions & 1 rubygems

Version Path
proxy_tester-0.1.10 spec/support/example.rb
proxy_tester-0.1.8 spec/support/example.rb
proxy_tester-0.1.6 spec/support/example.rb
proxy_tester-0.1.5 spec/support/example.rb
proxy_tester-0.1.4 spec/support/example.rb
proxy_tester-0.1.3 spec/support/example.rb
proxy_tester-0.1.2 spec/support/example.rb
proxy_tester-0.1.1 spec/support/example.rb
proxy_tester-0.1.0 spec/support/example.rb
proxy_tester-0.0.9 spec/support/example.rb
proxy_tester-0.0.8 spec/support/example.rb
proxy_tester-0.0.7 spec/support/example.rb
proxy_tester-0.0.6 spec/support/example.rb
proxy_tester-0.0.5 spec/support/example.rb
proxy_tester-0.0.4 spec/support/example.rb
proxy_tester-0.0.3 spec/support/example.rb
proxy_tester-0.0.2 spec/support/example.rb
proxy_tester-0.0.1 spec/support/example.rb