Created
April 6, 2015 23:52
-
-
Save jasononaquest/7e41473957a4d2f3bff2 to your computer and use it in GitHub Desktop.
copy_list_spec.rb
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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