Rakefile in ncmb-ruby-client-0.1.6 vs Rakefile in ncmb-ruby-client-0.1.7
- old
+ new
@@ -6,6 +6,10 @@
require 'rspec/core/rake_task'
desc "run spec"
RSpec::Core::RakeTask.new(:spec) do |t|
t.rspec_opts = ["--color", "--format documentation"]
+end
+
+task :default do
+ FileList['examples/d*.rb'].each { |file| ruby file }
end
\ No newline at end of file