Skip to content

Commit

Permalink
don't test against earth so we can keep tests simple
Browse files Browse the repository at this point in the history
  • Loading branch information
seamusabshere committed Jul 23, 2013
1 parent 91aa8ce commit 839bd55
Show file tree
Hide file tree
Showing 5 changed files with 1 addition and 146 deletions.
1 change: 1 addition & 0 deletions CHANGELOG
Expand Up @@ -6,6 +6,7 @@ unreleased
* always nullifies blank strings
* always overwrites columns whether there was a non-null value there before or not (no more :overwrite option)
* don't use synthesize option, just pass a block
* not tested against the Earth library, which has particular requirements and makes testing too complicated

2.5.2 / 2013-07-05

Expand Down
1 change: 0 additions & 1 deletion data_miner.gemspec
Expand Up @@ -28,7 +28,6 @@ Gem::Specification.new do |s|
s.add_runtime_dependency 'unix_utils'
s.add_runtime_dependency 'roo', '>=1.10.3'

s.add_development_dependency 'earth'
s.add_development_dependency 'fuzzy_match'
s.add_development_dependency 'lock_method'
s.add_development_dependency 'minitest'
Expand Down
35 changes: 0 additions & 35 deletions test/data_miner/step/test_import.rb

This file was deleted.

26 changes: 0 additions & 26 deletions test/test_earth_import.rb

This file was deleted.

84 changes: 0 additions & 84 deletions test/test_safety.rb

This file was deleted.

0 comments on commit 839bd55

Please sign in to comment.