anonymous 2 lat temu
rodzic
commit
731da375da
1 zmienionych plików z 6 dodań i 0 usunięć
  1. +6
    -0
      app.rb

+ 6
- 0
app.rb Wyświetl plik

@@ -1,3 +1,4 @@
#!/usr/bin/ruby
require 'watir'
require 'watir-scroll'
require 'zeitwerk'
@@ -16,6 +17,11 @@ loader.setup
#
# @todo let the developer provide the list of tests that are ran
def main argv = [], argc

if argv.include? '--server'
Server.run!
return false
end
Thread.new {
Server.run!


Ładowanie…
Anuluj
Zapisz