Sha256: 72a24e786e764f03a718471b93c1034cd9eaa9534b28e61b88a1775fab51d4c0

Contents?: true

Size: 276 Bytes

Versions: 19

Compression:

Stored size: 276 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)

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

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
github_api-0.7.0 Rakefile
github_api-0.6.5 Rakefile
github_api-0.6.4 Rakefile
github_api-0.6.3 Rakefile
github_api-0.6.2 Rakefile
github_api-0.6.1 Rakefile
github_api-0.6.0 Rakefile
github_api-0.5.4 Rakefile
github_api-0.5.3 Rakefile
github_api-0.5.2 Rakefile
github_api-0.5.1 Rakefile
github_api-0.5.0 Rakefile
github_api-0.5.0.rc1 Rakefile
github_api-0.4.11 Rakefile
github_api-0.4.10 Rakefile
github_api-0.4.9 Rakefile
github_api-0.4.8 Rakefile
github_api-0.4.7 Rakefile
github_api-0.4.6 Rakefile