文件名称:guard-elixir:警卫
文件大小:8KB
文件格式:ZIP
更新时间:2024-06-28 09:38:59
Ruby
守卫::长生不老药 Guard::Elixir 是一个插件,它使用“混合测试”自动运行语言的测试。 安装 手动安装 gem install guard-elixir 使用安装。 将 Guard::Elixir 添加到您的Gemfile : group :development do gem 'guard-elixir' end 并通过运行 Bundler 安装它: $ bundle 配置 通过运行以下命令将保护定义添加到您的 Guardfile: guard init elixir 运行保护以自动运行您的 Elixir 测试 bundle exec guard start 使用 Guard::Elixir 时的标准 Guardfile guard :elixir do watch ( %r{^test/(.*)_test \. exs} ) watch (
【文件预览】:
guard-elixir-master
----.travis.yml(126B)
----Guardfile(159B)
----guard-elixir.gemspec(1KB)
----Rakefile(2KB)
----test()
--------test_helper.exs(13B)
----Gemfile(97B)
----spec()
--------lib()
--------spec_helper.rb(49B)
----.gitignore(154B)
----lib()
--------guard()
----README.md(2KB)
----LICENSE.txt(1KB)