Search
 
SCRIPT & CODE EXAMPLE
 

RUBY

rspec parallel tests

# Test::Unit
rake parallel:test
# RSpec
rake parallel:spec

# Setup environment from scratch (create db and loads schema, useful for CI)
rake parallel:setup
# gem link
"https://github.com/grosser/parallel_tests"
Comment

PREVIOUS NEXT
Code Example
Ruby :: ruby gem dir 
Ruby :: ruby delete folder recursively 
Ruby :: rails g model references 
Ruby :: rails validators 
Ruby :: ruby read file 
Ruby :: ruby generate random number 
Ruby :: rails distinct 
Ruby :: rails check_box_tag 
Ruby :: check rails version 
Ruby :: how to create a database in production mode rails 
Ruby :: ruby run bash command 
Ruby :: rails migration add default value 
Ruby :: ruby create csv 
Ruby :: shopify: how to show percentage discount saved 
Ruby :: ruby datetime parse 
Ruby :: super vs super() ruby 
Ruby :: rails g migration remove default 
Ruby :: heroku run rails c 
Ruby :: ruby class variable 
Ruby :: input must be integer in ruby 
Ruby :: ruby on rails scaffold generator example with belongs to relationship 
Ruby :: ruby inject hash 
Ruby :: how do I update an index in rails 
Ruby :: ruby merge arrays unique 
Ruby :: find subset of two hashes in ruby 
Ruby :: rails g sessions controller in rails 
Ruby :: ruby array serach 
Ruby :: rspec log to console 
Ruby :: ruby timeout 
Ruby :: rollback specific migration rails 
ADD CONTENT
Topic
Content
Source link
Name
7+7 =