Sha256: 3748b17d2f1ddc754799aeb9a67437ecc9663f8dd0afc861d8914be288b34b16

Contents?: true

Size: 239 Bytes

Versions: 3

Compression:

Stored size: 239 Bytes

Contents

require 'rubygems'
require 'bundler/gem_tasks'

task :default => [:spec]

require 'rspec/core/rake_task'
desc "Run specs"
RSpec::Core::RakeTask.new do |t|
  t.pattern    = FileList['spec/**/*_spec.rb']
  t.rspec_opts = %w(-fp --color)
end

Version data entries

3 entries across 3 versions & 1 rubygems

Version Path
fog-external-0.0.3 Rakefile
fog-external-0.0.2 Rakefile
fog-external-0.0.1 Rakefile