Skip to content

Commit

Permalink
Merge pull request #24 from artofhuman/user_and_company
Browse files Browse the repository at this point in the history
fix: interesting_event meth should be in base processor
  • Loading branch information
artofhuman authored Oct 27, 2016
2 parents 1cabacb + 48d84fa commit 8e78055
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions lib/treasury/spec_helpers.rb
Original file line number Diff line number Diff line change
Expand Up @@ -10,13 +10,13 @@ class Base

module User
class Base
def interesting_event?
true
end
end
end

class Base
def interesting_event?
true
end
end
end

Expand Down

0 comments on commit 8e78055

Please sign in to comment.