Sha256: 23d29903735b5e521f66e45ecb921488da314af265b0504ae3edf9164f28fbb3

Contents?: true

Size: 265 Bytes

Versions: 42

Compression:

Stored size: 265 Bytes

Contents

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

task :default => :spec
desc "Run specs"
RSpec::Core::RakeTask.new do |t|
  t.pattern = FileList['spec/**/*_spec.rb']
  t.rspec_opts = %w(-fd --color)
end

Version data entries

42 entries across 42 versions & 3 rubygems

Version Path
visma_eaccounting-0.1.0 Rakefile
visma_eaccounting-0.0.7 Rakefile
visma_eaccounting-0.0.6 Rakefile
confrater-0.0.6 Rakefile
gibbon-3.5.0 Rakefile
gibbon-3.4.4 Rakefile
gibbon-3.4.3 Rakefile
gibbon-3.4.2 Rakefile
gibbon-3.4.0 Rakefile
confrater-0.0.5 Rakefile
visma_eaccounting-0.0.5 Rakefile
gibbon-3.3.4 Rakefile
gibbon-3.3.3 Rakefile
gibbon-3.3.2 Rakefile
gibbon-3.3.1 Rakefile
gibbon-3.3.0 Rakefile
confrater-0.0.4 Rakefile
confrater-0.0.3 Rakefile
confrater-0.0.2 Rakefile
confrater-0.0.1 Rakefile