levaleureux / dr_spec

rspec like for dragonruby
The Unlicense
0 stars 2 forks source link

Allow to run specs with smaug #51

Open iMacTia opened 11 months ago

iMacTia commented 11 months ago

NOTE: this PR should be merged after https://github.com/levaleureux/dr_spec/pull/50 as it's based on that.

Summary

This PR fixes the library tests that were filtered out in #48, taking advantage of the new auto-loading. The metadata_spec.rb file has temporarily been commented out because broken (let doesn't exist) and because it was also previously not loaded.

This PR also adds the necessary setup to run tests using smaug with smaug run . --eval app/tests.rb --no-tick --exit-on-fail