test/unit/graphviz_test.rb in rails-erd-1.3.1 vs test/unit/graphviz_test.rb in rails-erd-1.4.0
- old
+ new
@@ -92,10 +92,10 @@
end
test "create should create output for filenames that have spaces" do
create_simple_domain
Diagram::Graphviz.create :filename => "erd with spaces"
- assert File.exists?("erd with spaces.png")
+ assert File.exists?("erd_with_spaces.png")
end
test "create should write to file with dot extension without requiring graphviz" do
create_simple_domain
begin