文件名称:Climate_control:修改您的ENV
文件大小:9KB
文件格式:ZIP
更新时间:2024-02-22 01:31:01
ruby testing RubyRuby
气候控制 轻松管理您的环境。 安装 将此行添加到您的应用程序的Gemfile中: gem 'climate_control' 然后执行: $ bundle 或自己安装为: $ gem install climate_control 用法 气候控制可用于临时分配一个块内的环境变量: ClimateControl . modify CONFIRMATION_INSTRUCTIONS_BCC : 'confirmation_bcc@example.com' do sign_up_as 'john@example.com' confirm_account_for_email 'john@example.com' current_email . should bcc_to ( 'confirmation_bcc@example.com' ) end 要与RSpec一起使用,可以在您的规范中定义它: def with_modified_env ( options , & block ) ClimateControl . modify ( options , & bloc
【文件预览】:
climate_control-master
----.travis.yml(155B)
----Rakefile(116B)
----Gemfile(100B)
----spec()
--------acceptance()
--------spec_helper.rb(300B)
----.gitignore(158B)
----lib()
--------climate_control.rb(358B)
--------climate_control()
----NEWS(291B)
----README.md(3KB)
----LICENSE.txt(1KB)
----climate_control.gemspec(890B)