diff options
Diffstat (limited to 'spec/mspec/bin/mspec-tag')
-rwxr-xr-x | spec/mspec/bin/mspec-tag | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/spec/mspec/bin/mspec-tag b/spec/mspec/bin/mspec-tag new file mode 100755 index 0000000000..a5f9fffaaa --- /dev/null +++ b/spec/mspec/bin/mspec-tag @@ -0,0 +1,7 @@ +#!/usr/bin/env ruby + +$:.unshift File.expand_path('../../lib', __FILE__) + +require 'mspec/commands/mspec-tag' + +MSpecTag.main |