Skip to content

Commit

Permalink
Fixing failing tests (spec did not exclude validation schema assignme…
Browse files Browse the repository at this point in the history
…nt for older Ruby)
  • Loading branch information
pkuczynski committed Dec 22, 2016
1 parent 7e94685 commit 1615355
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/spec_helper.rb
Expand Up @@ -47,7 +47,7 @@ def self.reset
self.use_env = false
self.knockout_prefix = nil
self.overwrite_arrays = true
self.schema = nil
self.schema = nil if RUBY_VERSION >= '2.1'
class_variable_set(:@@_ran_once, false)
end
end
Expand Down

0 comments on commit 1615355

Please sign in to comment.