原文标题:Autotesting JavaScript with Jasmine and Guard 原文地址:http://edspencer.net/2013/06/15/autotesting-javascript-with-jasmine-and-guard/ 通过Jasmine和Guard自动测试JavaScript 我喜欢Rails的一个原因是:他介绍了自动测试的理念给我,即一个监听你文件系统改变的文本,然后在文件发生改变时,自动运行你的单元测试. 因为单元测试通常情况下运行得很快,…
Gemfile文件添加rspec.guard和spork,之后执行bundle install命令 gem 'rb-readline' group :development, :test do # Call 'byebug' anywhere in the code to stop execution and get a debugger console gem 'byebug' #rspec gem 'rspec-rails' #guard gem 'guard-rspec' gem 'sel…