New: rspecAll contenthive-129948hive-196917krzzanhive-183959steemhive-180932hive-166405photographyhive-185836uncommonlabbitcoinhive-144064hive-183397hive-150122hive-188619krsuccesshive-101145lifehive-139150hive-145157hive-109690hive-124908hive-181136hive-150943TrendingNewHotLikersdavidalphen (25)in rails • 6 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