Sha256: 136497291c71710a805a373ecb65f721cc14d94a25fe9eea10bb41bbac8a40b5
Contents?: true
Size: 218 Bytes
Versions: 4
Compression:
Stored size: 218 Bytes
Contents
#!/usr/bin/env rake require "bundler/gem_tasks" require 'rspec/core' require 'rspec/core/rake_task' RSpec::Core::RakeTask.new(:spec) do |spec| spec.pattern = FileList['spec/**/*_spec.rb'] end task :default => :spec
Version data entries
4 entries across 4 versions & 1 rubygems
Version | Path |
---|---|
identity_linker-1.0.1 | Rakefile |
identity_linker-1.0.0 | Rakefile |
identity_linker-0.0.3 | Rakefile |
identity_linker-0.0.2 | Rakefile |