Sha256: 234269ca61050a760dfa7b125fd33097ba8b511c412f0894ef1eafc3464a9270
Contents?: true
Size: 522 Bytes
Versions: 4
Compression:
Stored size: 522 Bytes
Contents
# Set up development requirements require 'roo' require 'nokogiri' # Require our library require File.expand_path(File.join(File.dirname(__FILE__), '..', 'lib', 'iron', 'import')) # Config RSpec options RSpec.configure do |config| config.color = true config.add_formatter 'documentation' config.backtrace_exclusion_patterns = [/rspec/] end module SpecHelper # Helper to find sample file paths def self.sample_path(file) File.expand_path(File.join(File.dirname(__FILE__), 'samples', file)) end end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
iron-import-0.8.2 | spec/spec_helper.rb |
iron-import-0.8.1 | spec/spec_helper.rb |
iron-import-0.8.0 | spec/spec_helper.rb |
iron-import-0.7.0 | spec/spec_helper.rb |