Sha256: 191d8952f984717027200da5724e3cbb98c61135420e56afe9e0ff083f414567

Contents?: true

Size: 283 Bytes

Versions: 5

Compression:

Stored size: 283 Bytes

Contents

unless defined?(Bundler)
  require "rubygems"
  require "bundler/setup"
end

require "rspec"
require "yaml"

require File.expand_path("../../lib/bookland", __FILE__)

def isbns
  File.open(File.expand_path("../fixtures/isbn", __FILE__)).each do |line|
    yield line.split
  end
end

Version data entries

5 entries across 5 versions & 1 rubygems

Version Path
bookland-1.0.2 spec/spec_helper.rb
bookland-1.0.1 spec/spec_helper.rb
bookland-1.0.0 spec/spec_helper.rb
bookland-0.3.1 spec/spec_helper.rb
bookland-0.3.0 spec/spec_helper.rb