Sha256: e2a2439c614c3a7ebfb523fba626c9975a0efd112d965274fb485674a057a61b

Contents?: true

Size: 267 Bytes

Versions: 20

Compression:

Stored size: 267 Bytes

Contents

# encoding: utf-8

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

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

Version data entries

20 entries across 20 versions & 1 rubygems

Version Path
test_server-0.5.2 spec/support/example.rb
test_server-0.5.1 spec/support/example.rb
test_server-0.5.0 spec/support/example.rb
test_server-0.4.1 spec/support/example.rb
test_server-0.4.0 spec/support/example.rb
test_server-0.3.7 spec/support/example.rb
test_server-0.3.6 spec/support/example.rb
test_server-0.3.5 spec/support/example.rb
test_server-0.3.4 spec/support/example.rb
test_server-0.3.2 spec/support/example.rb
test_server-0.3.1 spec/support/example.rb
test_server-0.2.4 spec/support/example.rb
test_server-0.2.3 spec/support/example.rb
test_server-0.2.2 spec/support/example.rb
test_server-0.2.1 spec/support/example.rb
test_server-0.2.0 spec/support/example.rb
test_server-0.1.2 spec/support/example.rb
test_server-0.1.1 spec/support/example.rb
test_server-0.1.0 spec/support/example.rb
test_server-0.0.11 spec/support/example.rb