main
 1require 'spec_helper'
 2
 3describe Camtasy do
 4  it 'has a version number' do
 5    expect(Camtasy::VERSION).not_to be nil
 6  end
 7
 8  it 'does something useful' do
 9    expect(false).to eq(true)
10  end
11end