Skip to content

Commit

Permalink
Updated tests and gem spec. v0.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterCamilleri committed Feb 18, 2016
1 parent afcf835 commit 48de96e
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion lib/safe_clone/version.rb
@@ -1,3 +1,3 @@
module SafeClone
VERSION = "0.0.3"
VERSION = "0.0.4"
end
2 changes: 1 addition & 1 deletion safe_clone.gemspec
Expand Up @@ -17,7 +17,7 @@ Gem::Specification.new do |spec|
spec.test_files = spec.files.grep(%r{^(test|spec|features)/})
spec.require_paths = ["lib"]

spec.add_development_dependency 'minitest_visible', ">= 0.0.2"
spec.add_development_dependency 'minitest_visible', ">= 0.1.0"

spec.add_development_dependency "bundler", "~> 1.3"
spec.add_development_dependency "rake"
Expand Down
2 changes: 1 addition & 1 deletion test/safe_clone_tests.rb
Expand Up @@ -9,7 +9,7 @@
class SafeCloneTester < Minitest::Test

#Track mini-test progress.
MinitestVisible.track self, __FILE__
include MinitestVisible

def test_for_safe_value_cloning
assert_equal((6).safe_clone, 6)
Expand Down

0 comments on commit 48de96e

Please sign in to comment.