Sha256: 170b55416c602817105f58334f72aebb04eda77e239f5973dad004a0807545e2

Contents?: true

Size: 191 Bytes

Versions: 25

Compression:

Stored size: 191 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require "rspec/core/rake_task"
desc "Run all specs"
RSpec::Core::RakeTask.new(:spec) do |t|
  t.verbose = true
end

task :default => :spec

Version data entries

25 entries across 25 versions & 2 rubygems

Version Path
logaling-command-0.0.6 Rakefile
logaling-command-0.0.5 Rakefile
logaling-command-0.0.4 Rakefile
logaling-command-0.0.3 Rakefile
logaling-command-0.0.2 Rakefile