7 Star 3 Fork 0

GiteeStudio / SeventeenMon

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
Rakefile 354 Bytes
一键复制 编辑 原始数据 按行查看 历史
jaxihe 提交于 2014-03-04 17:12 . first commit
# coding: utf-8
require "bundler/gem_tasks"
require 'rspec/core/rake_task'
desc "Run an IRB session with SeventeenMon preloaded"
task :console do
exec "irb -I lib -r seventeen_mon"
end
desc "Run the test suite"
RSpec::Core::RakeTask.new(:rspec) do |t|
t.pattern = FileList['spec/**/*_spec.rb']
t.rspec_opts = %w|--color|
end
task default: :spec
1
https://gitee.com/oscstudio/SeventeenMon.git
git@gitee.com:oscstudio/SeventeenMon.git
oscstudio
SeventeenMon
SeventeenMon
master

搜索帮助