diff --git a/Rakefile b/Rakefile new file mode 100644 index 0000000..06d32d3 --- /dev/null +++ b/Rakefile @@ -0,0 +1,5 @@ +task default: %w[test] + +task :test do + ruby "test/service/web_controller_test.rb" +end \ No newline at end of file