Sha256: abafb02d1b892d08365494a893e7e07b25b794749a37793d5ef98fed7baee6b7

Contents?: true

Size: 333 Bytes

Versions: 28

Compression:

Stored size: 333 Bytes

Contents

# encoding: utf-8

require 'bundler/gem_tasks'
require 'rspec/core/rake_task'
require 'cucumber/rake/task'

RSpec::Core::RakeTask.new(:spec) do |spec|
  spec.pattern = FileList['spec/**/*_spec.rb']
end

Cucumber::Rake::Task.new(:features)

FileList['tasks/**/*.rake'].each { |task| import task }

task :default => [:spec, :features]

Version data entries

28 entries across 28 versions & 1 rubygems

Version Path
github_api-0.11.2 Rakefile
github_api-0.11.1 Rakefile
github_api-0.11.0 Rakefile
github_api-0.10.2 Rakefile
github_api-0.10.1 Rakefile
github_api-0.10.0 Rakefile
github_api-0.9.7 Rakefile
github_api-0.9.6 Rakefile
github_api-0.9.5 Rakefile
github_api-0.9.4 Rakefile
github_api-0.9.3 Rakefile
github_api-0.9.2 Rakefile
github_api-0.9.1 Rakefile
github_api-0.9.0 Rakefile
github_api-0.8.11 Rakefile
github_api-0.8.10 Rakefile
github_api-0.8.9 Rakefile
github_api-0.8.8 Rakefile
github_api-0.8.7 Rakefile
github_api-0.8.6 Rakefile