Sha256: c3a2103c976b2f8da1aaa09dd2a732b4fa314e25cec71b68da70c421dcdca7b6
Contents?: true
Size: 257 Bytes
Versions: 4
Compression:
Stored size: 257 Bytes
Contents
#!/usr/bin/env rake require "bundler/gem_tasks" require 'rake/testtask' Rake::TestTask.new do |t| t.libs << 'lib/bootstrap_actioncell' t.test_files = FileList['test/lib/bootstrap_actioncell/*_test.rb'] t.verbose = true end task :default => :test
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
bootstrap_actioncell-0.0.4 | Rakefile |
bootstrap_actioncell-0.0.3 | Rakefile |
bootstrap_actioncell-0.0.2 | Rakefile |
bootstrap_actioncell-0.0.1 | Rakefile |