lib/webtrap/rspec.rb in webtrap-0.0.0 vs lib/webtrap/rspec.rb in webtrap-0.0.1
- old
+ new
@@ -1,3 +1,14 @@
+# frozen_string_literal: true
+
require "webtrap/server"
require "webtrap/rspec/matchers"
+
+module WebTrap
+ # Implementation of the WebTrap features for the RSpec testing tool.
+ #
+ # @example
+ # require "webtrap/rspec"
+ module RSpec
+ end
+end