Setup an environment for ruby/rails edge is not as simple as it seems, there are a few steps that needs to be taken care for first. I'll assume that you are familiar with the set of tools that I'm going to use to generate my edge dev environment. I will be using HomeBrew to install al...
require 'spec_helper' describe Modules::ResourceDestroyer do subject { Modules::ResourceDestroyer } describe :destroy_with_pusher do let(:resource) { mock('Resource', class: stub(Class, name: 'Resource')) } let(:retrospective) { mock(Retrospective) } let(:socket_id) { "1" } context 'w...