6 lines
81 B
Ruby
6 lines
81 B
Ruby
|
require 'spec_helper'
|
||
|
|
||
|
describe 'sample task', type: :task do
|
||
|
# Specs here
|
||
|
end
|