summaryrefslogtreecommitdiff
path: root/spec/mspec/bin/mspec-tag
diff options
context:
space:
mode:
Diffstat (limited to 'spec/mspec/bin/mspec-tag')
-rwxr-xr-xspec/mspec/bin/mspec-tag7
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