test/pref_test.rb in cliutils-2.1.4 vs test/pref_test.rb in cliutils-2.2.0
- old
+ new
@@ -5,10 +5,9 @@
require File.join(File.dirname(__FILE__), '..', 'lib/cliutils/prefs/pref')
require File.join(File.dirname(__FILE__), '..', 'lib/cliutils/prefs/pref_actions/pref_action')
require File.join(File.dirname(__FILE__), '..', 'lib/cliutils/prefs/pref_behaviors/pref_behavior')
require File.join(File.dirname(__FILE__), '..', 'lib/cliutils/prefs/pref_validators/pref_validator')
-# Tests for the Prefs class
class TestPref < Test::Unit::TestCase
def setup
@prefs_hash = {
behaviors: [{ name: 'test' }],
config_key: 'test_prompt',
\ No newline at end of file