Sha256: 109da6390b26507d2640b0f6c54a62dfb5482b646026aff437004c7587ea97e0

Contents?: true

Size: 326 Bytes

Versions: 87

Compression:

Stored size: 326 Bytes

Contents

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

RSpec::Core::RakeTask.new(:spec) do |t|
  if ENV["APPRAISAL_INITIALIZED"]
    t.pattern = "spec/integration/rails"
  end
end

if !ENV["APPRAISAL_INITIALIZED"] && !ENV["TRAVIS"]
  task default: [:spec, :appraisal]
else
  task default: [:spec]
end

Version data entries

87 entries across 87 versions & 1 rubygems

Version Path
graphiti-1.8.1 Rakefile
graphiti-1.8.0 Rakefile
graphiti-1.7.9 Rakefile
graphiti-1.7.8 Rakefile
graphiti-1.7.7 Rakefile
graphiti-1.7.6 Rakefile
graphiti-1.7.5 Rakefile
graphiti-1.7.4 Rakefile
graphiti-1.7.3 Rakefile
graphiti-1.7.2 Rakefile
graphiti-1.7.1 Rakefile
graphiti-1.7.0 Rakefile
graphiti-1.6.4 Rakefile
graphiti-1.6.3 Rakefile
graphiti-1.6.2 Rakefile
graphiti-1.6.1 Rakefile
graphiti-1.6.0 Rakefile
graphiti-1.5.3 Rakefile
graphiti-1.5.2 Rakefile
graphiti-1.5.1 Rakefile