test/unit/rake_task_test.rb in rails-erd-1.4.0 vs test/unit/rake_task_test.rb in rails-erd-1.4.1
- old
+ new
@@ -158,8 +158,8 @@
end
test "options task should set known array command line options" do
ENV["attributes"] = "content,timestamps"
Rake::Task["erd:options"].execute
- assert_equal [:content, :timestamps], RailsERD.options.attributes
+ assert_equal %w[content timestamps], RailsERD.options.attributes
end
end