Class: Ella::Test

Inherits:
Object
  • Object
show all
Defined in:
lib/ella/test.rb

Overview

Runs tests for user project. Currently default to RSpec.

Class Method Summary collapse

Class Method Details

.runObject



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