Runs tests for user project. Currently default to RSpec.
4 5 6 7
# File 'lib/ella/test.rb', line 4 def self.run Ella.find_root exec('rspec -P "tests/*.rb, tests/*/*.rb"') end