Sha256: a9e144afedd09e2259fe840fc27f70a2dcb9c6edf0e5482853317a15f6ce5f60

Contents?: true

Size: 277 Bytes

Versions: 14

Compression:

Stored size: 277 Bytes

Contents

#!/usr/bin/env rake
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

14 entries across 14 versions & 1 rubygems

Version Path
github_cli-0.4.4 Rakefile
github_cli-0.4.3 Rakefile
github_cli-0.4.2 Rakefile
github_cli-0.4.1 Rakefile
github_cli-0.4.0 Rakefile
github_cli-0.3.1 Rakefile
github_cli-0.3.0 Rakefile
github_cli-0.2.1 Rakefile
github_cli-0.2.0 Rakefile
github_cli-0.1.3 Rakefile
github_cli-0.1.2 Rakefile
github_cli-0.1.1 Rakefile
github_cli-0.1.0 Rakefile
github_cli-0.0.1.pre Rakefile