You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pluginaw...@googlegroups.com
I have tested a Rails Observer before with success when using a callback like after_save. However, I need to call a method based on a transition, and RSpec can't seem to handle that. Any way around this?
Mark Ellul
unread,
Jun 3, 2013, 11:07:58 AM6/3/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to pluginaw...@googlegroups.com
I am no expert, but couldn't you trigger the transition on a object and then check the output of the method?