Sha256: 1687ec9591624256cc5e78bc5462a2ca616ec4c14019086d102a78383308cee8

Contents?: true

Size: 325 Bytes

Versions: 1

Compression:

Stored size: 325 Bytes

Contents

describe "Accessing a Facebook account" do
  extend Bacon::Functional::API

  before do
    self.window = UIApplication.sharedApplication.keyWindow
  end

  it 'allows us to retrieve the users name' do
    wait 1 do
      tap 'ok'
    end
    wait 1 do
      view('username').text.should.equal ENV['USER']
    end
  end

end

Version data entries

1 entries across 1 versions & 1 rubygems

Version Path
zuckermo-0.0.1 spec/main_spec.rb