ebaytr_spec.rb 194 B

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