test/unit/test_configuration.rb in documentcloud-cloud-crowd-0.1.0 vs test/unit/test_configuration.rb in documentcloud-cloud-crowd-0.1.1

- old
+ new

@@ -3,10 +3,10 @@ class ConfigurationTest < Test::Unit::TestCase context "CloudCrowd Configuration" do should "have read in config.yml" do - assert CloudCrowd.config[:num_workers] == 4 + assert CloudCrowd.config[:max_workers] == 10 assert CloudCrowd.config[:storage] == 'filesystem' end should "allow config.yml to configure the implementation of AssetStore" do assert CloudCrowd::AssetStore.ancestors.include?(CloudCrowd::AssetStore::FilesystemStore)