Skip to content

Instantly share code, notes, and snippets.

@JasonSpatial
Created April 6, 2015 23:52
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save JasonSpatial/7e41473957a4d2f3bff2 to your computer and use it in GitHub Desktop.
Save JasonSpatial/7e41473957a4d2f3bff2 to your computer and use it in GitHub Desktop.
copy_list_spec.rb
require 'spec_helper'
require './app/services/copy_list'
describe CopyList, type: :service do
it 'responds to #call' do
expect(described_class).to respond_to(:call)
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment