Rake installs THEN specs
parent
4e665cdd8d
commit
e250a0cb52
2
Rakefile
2
Rakefile
|
|
@ -3,7 +3,7 @@ require 'rspec/core/rake_task'
|
||||||
require 'yard'
|
require 'yard'
|
||||||
|
|
||||||
RSpec::Core::RakeTask.new(:spec)
|
RSpec::Core::RakeTask.new(:spec)
|
||||||
task :default => [:spec, :install]
|
task :default => [:install, :spec]
|
||||||
|
|
||||||
YARD::Rake::YardocTask.new(:doc) do |t|
|
YARD::Rake::YardocTask.new(:doc) do |t|
|
||||||
t.files = ['lib/**/*.rb', 'samples/**/*.rb'] # optional
|
t.files = ['lib/**/*.rb', 'samples/**/*.rb'] # optional
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue