mark_facets 0.1.2 → 0.1.3

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1,7 +1,7 @@
1
1
  if Rails.v3?
2
2
 
3
3
  def have_same_elements(expected)
4
- Rspec::Matchers::Matcher.new :have_same_elements, expected do
4
+ RSpec::Matchers::Matcher.new :have_same_elements, expected do
5
5
  match do |actual|
6
6
  # matcher.failure_message = "expected #{given.inspect} to include the same elements as #{expected.inspect}"
7
7
  # matcher.negative_failure_message = "expected #{given.inspect} not to include the same elements as #{expected.inspect}"
@@ -1,5 +1,5 @@
1
1
  if Rails.v3?
2
- Rspec::Matchers.define :render_404 do
2
+ RSpec::Matchers.define :render_404 do
3
3
  match do |response|
4
4
  response.code.should == '404'
5
5
  end
metadata CHANGED
@@ -5,8 +5,8 @@ version: !ruby/object:Gem::Version
5
5
  segments:
6
6
  - 0
7
7
  - 1
8
- - 2
9
- version: 0.1.2
8
+ - 3
9
+ version: 0.1.3
10
10
  platform: ruby
11
11
  authors:
12
12
  - markbates
@@ -14,7 +14,7 @@ autorequire:
14
14
  bindir: bin
15
15
  cert_chain: []
16
16
 
17
- date: 2010-09-08 00:00:00 -04:00
17
+ date: 2010-11-16 00:00:00 -05:00
18
18
  default_executable:
19
19
  dependencies:
20
20
  - !ruby/object:Gem::Dependency
@@ -74,7 +74,7 @@ required_ruby_version: !ruby/object:Gem::Requirement
74
74
  requirements:
75
75
  - - ">="
76
76
  - !ruby/object:Gem::Version
77
- hash: -444417550766157893
77
+ hash: -2448770046756531736
78
78
  segments:
79
79
  - 0
80
80
  version: "0"