Method: Matcha.serve

Defined in:
lib/matcha.rb

.serveObject



9
10
11
12
13
14
# File 'lib/matcha.rb', line 9

def serve
  puts "your tests are here:"
  puts "  http://localhost:#{port}/"
  self.mode = :server
  Matcha::Server.start
end