Sha256: 356eafc8b75a8eec1f2baecf2e2091b83f18e73a0fbb4f8a820898c092fd1504

Contents?: true

Size: 159 Bytes

Versions: 8

Compression:

Stored size: 159 Bytes

Contents

require 'fileutils'
Dir['test*.rb'].each do |f|
  n = File.basename(f, '.rb')
  n.sub! 'test_', ''
  n += '_spec.rb'
  puts f
  puts n
  FileUtils.cp f, n
end

Version data entries

8 entries across 8 versions & 2 rubygems

Version Path
cocoapods-dependency-html-0.0.2 vendor/bundle/gems/fuzzy_match-2.0.4/spec/foo.rb
cocoapods-dependency-html-0.0.1 vendor/bundle/gems/fuzzy_match-2.0.4/spec/foo.rb
fuzzy_match-2.1.0 spec/foo.rb
fuzzy_match-2.0.4 spec/foo.rb
fuzzy_match-2.0.3 spec/foo.rb
fuzzy_match-2.0.2 spec/foo.rb
fuzzy_match-2.0.1 spec/foo.rb
fuzzy_match-2.0.0 spec/foo.rb