Sha256: 80a78cc78f3574452c942fcdb35c4cf5d37a444f89b7c45626a53a945130bb9a

Contents?: true

Size: 251 Bytes

Versions: 53

Compression:

Stored size: 251 Bytes

Contents

require 'rspec/core/rake_task'
require 'bundler/gem_tasks'

# Default directory to look in is `/specs`
# Run with `rake spec`
RSpec::Core::RakeTask.new(:spec) do |task|
  task.rspec_opts = ['--color', '--format', 'nested']
end

task :default => :spec

Version data entries

53 entries across 53 versions & 15 rubygems

Version Path
ruby_bancbox-0.0.4 Rakefile
ruby_bancbox-0.0.3 Rakefile
ruby_bancbox-0.0.1 Rakefile
simple_logic-0.0.2 Rakefile
simple_logic-0.0.1 Rakefile
nokaya-0.0.8 Rakefile
nokaya-0.0.7 Rakefile
nokaya-0.0.6 Rakefile
nokaya-0.0.5 Rakefile
nokaya-0.0.4 Rakefile
nokaya-0.0.3 Rakefile
nokaya-0.0.2 Rakefile
nokaya-0.0.1 Rakefile