Sha256: e5befac419ac5ea21e5e4543c9b9de68e677dcc0b9e33b743db8d281b269e759

Contents?: true

Size: 195 Bytes

Versions: 17

Compression:

Stored size: 195 Bytes

Contents

#!/usr/bin/env rake
require "bundler/gem_tasks"

task :test => [:spec, :cucumber]

task :spec do
  sh 'bundle exec rspec'
end

task :cucumber do
  sh 'bundle exec cucumber --format=progress'
end

Version data entries

17 entries across 17 versions & 1 rubygems

Version Path
vim-flavor-3.0.0 Rakefile
vim-flavor-2.2.2 Rakefile
vim-flavor-2.2.1 Rakefile
vim-flavor-2.2.0 Rakefile
vim-flavor-2.1.1 Rakefile
vim-flavor-2.1.0 Rakefile
vim-flavor-2.0.0 Rakefile
vim-flavor-1.1.5 Rakefile
vim-flavor-1.1.4 Rakefile
vim-flavor-1.1.3 Rakefile
vim-flavor-1.1.2 Rakefile
vim-flavor-1.1.1 Rakefile
vim-flavor-1.1.0 Rakefile
vim-flavor-1.0.3 Rakefile
vim-flavor-1.0.2 Rakefile
vim-flavor-1.0.1 Rakefile
vim-flavor-1.0.0 Rakefile