Run project's code in Atom.
to run with configuration file for building, if shows result then hide.
⌘-r
OSX
ctrl-r
win32, Linux
to test with configuration file for building , if shows result then hide.
⌘-u
OSX
ctrl-u
win32, Linux
apm install project-runner
Make configuration file Makefile
or Rakefile
.
Set the file to directory on project's root path.
all:ruby example/test_run.rbtest:ruby example/test_test.rb
task :default doruby "example/test_run.rb"endtask :test doruby "example/test_test.rb"end
Good catch. Let us know what about this package looks wrong to you, and we'll investigate right away.