Sha256: 5ba17ed1069ea01ea559b2ed134f421424c08c7cfc09d7c64ca992c32bbb7d57

Contents?: true

Size: 238 Bytes

Versions: 6

Compression:

Stored size: 238 Bytes

Contents

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

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

Version data entries

6 entries across 6 versions & 2 rubygems

Version Path
belorussian-0.6.4 Rakefile
belorussian-0.6.3 Rakefile
belorussian-0.6.2 Rakefile
belorussian-0.6.1 Rakefile
belorussian-0.6.0 Rakefile
russian-0.6.0 Rakefile