Skip to content

Commit

Permalink
suport files
Browse files Browse the repository at this point in the history
  • Loading branch information
bogdanRada committed Dec 19, 2013
1 parent 2e5f971 commit c0b81e4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion spec/support/exceptions/another_exception.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class AnotherException < SOAPError
class AnotherException < WashOut::Dispatcher::SOAPError

attribute :ex3_name, String
attribute :ex3_id, Integer
Expand Down
2 changes: 1 addition & 1 deletion spec/support/exceptions/custom2.rb
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
class Custom2 < WashOut::SOAPError
class Custom2 < WashOut::Dispatcher::SOAPError

attribute :ex2_name, String
attribute :ex2_id, Integer
Expand Down

0 comments on commit c0b81e4

Please sign in to comment.