Sha256: 11704909ba2ec7b5d3b97d032b29bca9034eb7cb63af6ccaa01713a50d81325c
Contents?: true
Size: 383 Bytes
Versions: 4
Compression:
Stored size: 383 Bytes
Contents
require 'table_cloth' require 'awesome_print' require 'nokogiri' require 'pry' Dir['./spec/support/**/*.rb'].each {|f| require f } ActionView::Base.send :include, TableClothViewMocks RSpec.configure do |config| config.treat_symbols_as_metadata_keys_with_true_values = true config.run_all_when_everything_filtered = true config.filter_run :focus config.order = 'random' end
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
table_cloth-0.2.0 | spec/spec_helper.rb |
table_cloth-0.1.2 | spec/spec_helper.rb |
table_cloth-0.1.1 | spec/spec_helper.rb |
table_cloth-0.1.0 | spec/spec_helper.rb |