1
0
Fork 0
mirror of https://github.com/haml/haml-rails.git synced 2022-11-09 12:34:15 -05:00

So we can run the tests without bundle exec

closes #181
This commit is contained in:
Akira Matsuda 2022-09-26 10:02:00 +09:00
parent a90e668d52
commit 3ea7a5fd68
No known key found for this signature in database

View file

@ -1,4 +1,5 @@
require 'rubygems'
require 'bundler/setup'
require 'minitest/autorun'
require 'action_pack'
require 'action_controller'