Guest User

Untitled

a guest
Feb 20th, 2018
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.12 KB | None | 0 0
  1. require 'rubygems'
  2. require 'synthesis/task'
  3.  
  4. Synthesis::Task.new do |t|
  5. t.adapter = :rspec
  6. t.pattern = '**/*.rb'
  7. end
Add Comment
Please, Sign In to add comment