bin/sb in starting_blocks-0.0.22 vs bin/sb in starting_blocks-0.0.23

- old
+ new

@@ -9,9 +9,13 @@ if ARGV.include? '--verbose' options[:verbose] = true end +if ARGV.include? '--bundler' + options[:bundler] = true +end + def run_all_specs options files = ['**/*_spec.rb*', '**/*_test.rb*', '**/test_*.rb*'].map do |d| Dir[d]. select { |f| File.file?(f) }. map { |x| File.expand_path(x) }