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