Sha256: 349d8c8288d104ccb174c3cc3f4e4be731568cd31f632e6909d197f98687ec1b

Contents?: true

Size: 247 Bytes

Versions: 19

Compression:

Stored size: 247 Bytes

Contents

require "bundler/gem_tasks"
require "rspec/core/rake_task"

desc "Run all specs in spec directory"
RSpec::Core::RakeTask.new(:spec)

desc "Run the ci build (no integration tests)"
task :ci do
  system "rspec ./spec/unit/"
end

task default: :spec

Version data entries

19 entries across 19 versions & 1 rubygems

Version Path
ezid-client-1.4.1 Rakefile
ezid-client-1.4.0 Rakefile
ezid-client-1.3.0 Rakefile
ezid-client-1.2.0 Rakefile
ezid-client-1.1.1 Rakefile
ezid-client-1.1.0 Rakefile
ezid-client-1.0.1 Rakefile
ezid-client-1.0.0 Rakefile
ezid-client-0.13.0 Rakefile
ezid-client-0.12.0 Rakefile
ezid-client-0.11.0 Rakefile
ezid-client-0.10.0 Rakefile
ezid-client-0.9.1 Rakefile
ezid-client-0.9.0 Rakefile
ezid-client-0.8.0 Rakefile
ezid-client-0.7.0 Rakefile
ezid-client-0.6.0 Rakefile
ezid-client-0.5.0 Rakefile
ezid-client-0.4.2 Rakefile