diff --git a/lib/curacao/matcher.rb b/lib/curacao/matcher.rb index 8391b1c..c62f179 100644 --- a/lib/curacao/matcher.rb +++ b/lib/curacao/matcher.rb @@ -1,5 +1,6 @@ require 'curacao/matcher/have_content' require 'curacao/matcher/produce_file' +require 'curacao/matcher/exit_with_status' RSpec.configure do |config| # Use tmp/ to write files diff --git a/lib/curacao/version.rb b/lib/curacao/version.rb index ae6d804..1c17d0f 100644 --- a/lib/curacao/version.rb +++ b/lib/curacao/version.rb @@ -1,3 +1,3 @@ module Curacao - VERSION = "0.1.3" + VERSION = '0.1.4' end