No results found in DevOps Curriculum.

Best results in other decks

Add in Gemfile: group :development, :test do gem 'rspec-rails' gem 'spork-rails' end group :test do gem 'capybara'

The spork gem preloads your application, thus facilitating running a small set of tests repeatedly. It works by running...

Search in all decks