New: rspecAll contenthive-129948krhive-196917zzanhive-183959hive-185836hive-180932hive-166405steemhive-150122hive-101145photographyhive-183397hive-144064uncommonlabhive-188619hive-184714hive-193637krsuccesshive-145157bitcoinhive-103599lifehive-193186hive-180301TrendingNewHotLikersdavidalphen (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