New: rspecAll contenthive-129948hive-196917krsteemhive-150122hive-180932zzanphotographyhive-183959hive-166405hive-185836hive-188619hive-144064hive-183397hive-101145hive-145157uncommonlabhive-103599hive-184714hive-138689hive-193637hive-109690hive-180106bitcoinhive-179660TrendingNewHotLikersdavidalphen (25)in rails • 7 years agoRails 5.2 Parallel Tests with RSpec for local and TravisIn order to make our test suite faster, different approaches have been tried: parallelize on one VM using parallel_tests gem parallelize on mutliple VMs (2) using knapsack gem and matrix…ashishbista (25)in docker • 7 years agoRunning Rails RSpec Tests in Parallel using DockerEveryone relies on automated tests to ensure stability and reliability of applications. However, running tests in a reasonable time, sometimes, becomes a nightmare. Docker has waved the landscape…davidpm (44)in ruby • 7 years agoRspec ConfigYou've included rspec in your Gemfile , run bundle install and you want to initialize some examples to start testing. > rails g rspec:install