Sha256: e4bb986e33845ad5808d560eacd4c863ef4f8de317f1572f14f9145ac6f554ce
Contents?: true
Size: 428 Bytes
Versions: 2
Compression:
Stored size: 428 Bytes
Contents
$LOAD_PATH.unshift(File.dirname(__FILE__)) $LOAD_PATH.unshift(File.join(File.dirname(__FILE__), "..", "lib")) require 'rspec' require 'rails_best_practices' RSpec.configure do |config| config.after do RailsBestPractices::Prepares.clear end config.filter_run focus: true config.run_all_when_everything_filtered = true end def parse_content(content) Sexp.from_array(Ripper::SexpBuilder.new(content).parse)[1] end
Version data entries
2 entries across 2 versions & 1 rubygems
Version | Path |
---|---|
rails_best_practices-1.10.1 | spec/spec_helper.rb |
rails_best_practices-1.10.0 | spec/spec_helper.rb |