No results found in makandra 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...