7 lines
94 B
Ruby
7 lines
94 B
Ruby
require 'spec_helper'
|
|
|
|
describe Guard::Interactor do
|
|
subject { Guard::Interactor.new }
|
|
|
|
end
|