Guest User

Untitled

a guest
May 27th, 2018
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.16 KB | None | 0 0
  1. require File.expand_path(File.dirname(__FILE__) + '/../spec_helper')
  2.  
  3. describe 'sample' do
  4. it "should description" do
  5. true.should be_true
  6. end
  7. end
Add Comment
Please, Sign In to add comment