Sha256: 35c4a5df2f1da2baa936178eb6eeccc2e3849e43ad5b2652c5ce8b8995505dc7

Contents?: true

Size: 242 Bytes

Versions: 13

Compression:

Stored size: 242 Bytes

Contents

require 'rails'
require File.join(File.expand_path(File.dirname(__FILE__)), '../lib/konacha-chai-matchers')

desc 'updates all submodules'
task :update do
  collector = Konacha::Chai::Matchers::Collector.new
  collector.update_libraries
end

Version data entries

13 entries across 13 versions & 1 rubygems

Version Path
konacha-chai-matchers-1.0.1 tasks/update.rb
konacha-chai-matchers-1.0.0 tasks/update.rb
konacha-chai-matchers-0.3.0 tasks/update.rb
konacha-chai-matchers-0.2.0 tasks/update.rb
konacha-chai-matchers-0.1.8 tasks/update.rb
konacha-chai-matchers-0.1.7 tasks/update.rb
konacha-chai-matchers-0.1.6 tasks/update.rb
konacha-chai-matchers-0.1.5 tasks/update.rb
konacha-chai-matchers-0.1.4 tasks/update.rb
konacha-chai-matchers-0.1.3 tasks/update.rb
konacha-chai-matchers-0.1.2 tasks/update.rb
konacha-chai-matchers-0.1.1 tasks/update.rb
konacha-chai-matchers-0.1.0 tasks/update.rb