Skip to content

Commit

Permalink
fix test for ruby-1.9
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexParamonov committed Mar 21, 2014
1 parent 6b86238 commit f4bb40e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/undo/serializer/active_model_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require "spec_helper"

class FooBarTestObject < OpenStruct
def attributes; to_h end
def attributes; marshal_dump end
end

describe Undo::Serializer::ActiveModel do
Expand Down

0 comments on commit f4bb40e

Please sign in to comment.