xml_fixtures 0.1.0 → 0.1.1

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,6 +1,6 @@
1
1
  require 'test_helper'
2
2
 
3
- class RexmlOverridesTest < ActiveSupport::TestCase
3
+ class RexmlOverridesTest < Test::Unit::TestCase
4
4
  context 'get_child_list' do
5
5
  should "be empty" do
6
6
  root = REXML::Document.new('<root></root>').elements.first
@@ -1,6 +1,6 @@
1
1
  require 'test_helper'
2
2
 
3
- class XmlFixturesTest < ActiveSupport::TestCase
3
+ class XmlFixturesTest < Test::Unit::TestCase
4
4
  context 'get_xml_fixture' do
5
5
  should 'raise when nonsense filename' do
6
6
  assert_raise( Errno::ENOENT ) {
metadata CHANGED
@@ -1,13 +1,12 @@
1
1
  --- !ruby/object:Gem::Specification
2
2
  name: xml_fixtures
3
3
  version: !ruby/object:Gem::Version
4
- hash: 27
5
4
  prerelease: false
6
5
  segments:
7
6
  - 0
8
7
  - 1
9
- - 0
10
- version: 0.1.0
8
+ - 1
9
+ version: 0.1.1
11
10
  platform: ruby
12
11
  authors:
13
12
  - QualitySmith Inc.
@@ -28,14 +27,14 @@ extensions: []
28
27
  extra_rdoc_files: []
29
28
 
30
29
  files:
31
- - lib/rexml_overrides.rb
32
- - lib/try.rb
33
30
  - lib/xml_fixture_helper.rb
31
+ - lib/try.rb
34
32
  - lib/xml_fixtures.rb
33
+ - lib/rexml_overrides.rb
35
34
  - test/fixtures/xml_with_erb.xml
36
35
  - test/rexml_overrides_test.rb
37
- - test/test_helper.rb
38
36
  - test/xml_fixtures_test.rb
37
+ - test/test_helper.rb
39
38
  - MIT-LICENSE
40
39
  - Rakefile
41
40
  - README
@@ -49,20 +48,16 @@ rdoc_options:
49
48
  require_paths:
50
49
  - lib
51
50
  required_ruby_version: !ruby/object:Gem::Requirement
52
- none: false
53
51
  requirements:
54
52
  - - ">="
55
53
  - !ruby/object:Gem::Version
56
- hash: 3
57
54
  segments:
58
55
  - 0
59
56
  version: "0"
60
57
  required_rubygems_version: !ruby/object:Gem::Requirement
61
- none: false
62
58
  requirements:
63
59
  - - ">="
64
60
  - !ruby/object:Gem::Version
65
- hash: 23
66
61
  segments:
67
62
  - 1
68
63
  - 3
@@ -71,12 +66,12 @@ required_rubygems_version: !ruby/object:Gem::Requirement
71
66
  requirements: []
72
67
 
73
68
  rubyforge_project: none
74
- rubygems_version: 1.3.7
69
+ rubygems_version: 1.3.6
75
70
  signing_key:
76
71
  specification_version: 3
77
72
  summary: Adds support for XML fixtures in tests.
78
73
  test_files:
79
74
  - test/fixtures/xml_with_erb.xml
80
75
  - test/rexml_overrides_test.rb
81
- - test/test_helper.rb
82
76
  - test/xml_fixtures_test.rb
77
+ - test/test_helper.rb