Sha256: 9d8dbf6cec604297748391de8c2c9c632cf45980d8b65d1482f43f32320192d2
Contents?: true
Size: 294 Bytes
Versions: 4
Compression:
Stored size: 294 Bytes
Contents
begin require 'spec' rescue LoadError require 'rubygems' unless ENV['NO_RUBYGEMS'] gem 'rspec' require 'spec' end $:.unshift(File.dirname(__FILE__) + '/../lib') require 'tailor' def create_file_line(string, line_number) FileLine.new(string, Pathname.new(__FILE__), line_number) end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
tailor-0.1.3 | spec/spec_helper.rb |
tailor-0.1.2 | spec/spec_helper.rb |
tailor-0.1.1 | spec/spec_helper.rb |
tailor-0.1.0 | spec/spec_helper.rb |