mirror of
https://github.com/discourse/discourse.git
synced 2025-06-01 05:53:52 +08:00
a spec that works like the fsm intended
This commit is contained in:
9
lib/tasks/autospec.rake
Normal file
9
lib/tasks/autospec.rake
Normal file
@ -0,0 +1,9 @@
|
||||
# I like guard, don't get me wrong, but it is just not working right
|
||||
# architectually it can not do what I want it to do, this is how I want
|
||||
# it to behave
|
||||
|
||||
desc "Run all specs automatically as needed"
|
||||
task "autospec" => :environment do
|
||||
require 'autospec/runner'
|
||||
Autospec::Runner.run
|
||||
end
|
Reference in New Issue
Block a user