Sha256: 74ef218f4818decbab9583257734ee4c690b872ad0b3aac853f9c12e43d3b3b6

Contents?: true

Size: 204 Bytes

Versions: 43

Compression:

Stored size: 204 Bytes

Contents

require 'bundler'
Bundler::GemHelper.install_tasks

require 'rspec/core/rake_task'

desc "Run specs"
task :spec do
	RSpec::Core::RakeTask.new(:spec) do |t|
		t.pattern = './lib/spec/**/*_spec.rb'
	end
end

Version data entries

43 entries across 43 versions & 1 rubygems

Version Path
city-watch-0.5.9 Rakefile
city-watch-0.5.8 Rakefile
city-watch-0.5.7 Rakefile
city-watch-0.5.6 Rakefile
city-watch-0.5.5 Rakefile
city-watch-0.5.4 Rakefile
city-watch-0.5.3 Rakefile
city-watch-0.5.2 Rakefile
city-watch-0.5.1 Rakefile
city-watch-0.5.0 Rakefile
city-watch-0.4.9 Rakefile
city-watch-0.4.7 Rakefile
city-watch-0.4.6 Rakefile
city-watch-0.4.5 Rakefile
city-watch-0.4.4 Rakefile
city-watch-0.4.3 Rakefile
city-watch-0.4.2 Rakefile
city-watch-0.4.1 Rakefile
city-watch-0.4.0 Rakefile
city-watch-0.3.3 Rakefile