Sha256: 56fb776655586152463e2ebaf97cb28a26d86043bf81911e024c5ecd7386c27d
Contents?: true
Size: 264 Bytes
Versions: 5
Compression:
Stored size: 264 Bytes
Contents
begin require 'rspec/core/rake_task' require 'bundler' rescue LoadError puts "Please install runtime and development dependencies to run tasks" end Bundler::GemHelper.install_tasks RSpec::Core::RakeTask.new('spec') desc "Run specs" task :default => :spec
Version data entries
5 entries across 5 versions & 1 rubygems
Version | Path |
---|---|
bundler_ext-0.4.2 | Rakefile |
bundler_ext-0.4.1 | Rakefile |
bundler_ext-0.4.0 | Rakefile |
bundler_ext-0.3.2 | Rakefile |
bundler_ext-0.3.1 | Rakefile |