bc-rspec-matchers 0.0.4 → 0.0.5

Sign up to get free protection for your applications and to get access to all the features.
@@ -38,6 +38,10 @@ module Bc
38
38
  @@sym_to_regexp[symbol] || raise(ArgumentError.new("Symbol (#{symbol}) Found"))
39
39
  end
40
40
  end
41
+
42
+ def content_type(content_type_symbol)
43
+ ContentType.new(content_type_symbol)
44
+ end
41
45
  end
42
46
  end
43
47
  end
@@ -1,7 +1,7 @@
1
1
  module Bc
2
2
  module RSpec
3
3
  module Matchers
4
- VERSION = "0.0.4"
4
+ VERSION = "0.0.5"
5
5
  end
6
6
  end
7
7
  end
metadata CHANGED
@@ -1,13 +1,13 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: bc-rspec-matchers
3
3
  version: !ruby/object:Gem::Version
4
- hash: 23
4
+ hash: 21
5
5
  prerelease:
6
6
  segments:
7
7
  - 0
8
8
  - 0
9
- - 4
10
- version: 0.0.4
9
+ - 5
10
+ version: 0.0.5
11
11
  platform: ruby
12
12
  authors:
13
13
  - Byclosure