Skip to content

Commit

Permalink
Update rp5_test.rb
Browse files Browse the repository at this point in the history
  • Loading branch information
Martin Prout committed Dec 24, 2013
1 parent 656f86a commit b25942b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/rp5_test.rb
Expand Up @@ -34,7 +34,7 @@ def test_proc_root
path = File.expand_path("~/.rp5rc")
config = File.exists?(path)? Psych.load_file(path) : {}
root = config.empty? ? '' : config['PROCESSING_ROOT']
assert root.length > 0, "You need to set your PROCESSING_ROOT in .rp5rc"
assert root =~ /processing/, "You need to set your PROCESSING_ROOT in .rp5rc"
end


Expand Down

0 comments on commit b25942b

Please sign in to comment.