Skip to content

Commit

Permalink
Updates tests to use the new co-located Apple TV
Browse files Browse the repository at this point in the history
  • Loading branch information
elcuervo committed Aug 4, 2015
1 parent a11a411 commit 1abe176
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .travis.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
language: ruby
rvm:
- 1.9.3
- 2.0.0
- 2.1.0
before_install:
Expand All @@ -9,4 +8,5 @@ before_install:
script: bundle exec rake
env:
global:
secure: PDEIoCg7nim32QGeJKvWcpcTEB0jOSfrH+v5ebrO4ioqznUfoaf1qypWNHrXYY4hINA+L5Tm6HXAPah2OhFkBxZzIlKgWlH1MIx5y6Q7PyBN6MTZMw1GN7sTm+zy9z79ytjdtepI4rlKVSxhAwl3Uid7mNliZx6T8eOP634Rg9s=
- secure: PDEIoCg7nim32QGeJKvWcpcTEB0jOSfrH+v5ebrO4ioqznUfoaf1qypWNHrXYY4hINA+L5Tm6HXAPah2OhFkBxZzIlKgWlH1MIx5y6Q7PyBN6MTZMw1GN7sTm+zy9z79ytjdtepI4rlKVSxhAwl3Uid7mNliZx6T8eOP634Rg9s=
- secure: EXq4zIfoWXu7u6gc/DksqAw82zAhIQQvotN33nGA7fh/zuJrHv5/a/7lYd6MghbiSsQp0+Kx/uJifzikjoTp3us1fWUxP9u+DRsuulTwpxG3tIg1JyHz6eY+5XTEdc8G0AFIH0Wh88OLw45DkR+m3PN24pwRNk8X6C2VdotNVvE=
2 changes: 1 addition & 1 deletion test/integration/fetching_device_information_test.rb
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@

context "getting the id" do
When(:id) { device.id }
Then { id == "58:55:CA:1F:3E:81" }
Then { id == "58:55:CA:1F:3E:80" }
end

context "getting some minimun info" do
Expand Down
2 changes: 1 addition & 1 deletion test/integration_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
require "airplay"
require "celluloid/autostart"

device = ENV.fetch("TEST_TV_URL", "blocktv.airplay.io:7000")
device = ENV.fetch("TEST_TV_URL", "some-apple-tv:7000")
Airplay.configure { |c| c.autodiscover = false }
Airplay.devices.add("Block TV", device)

Expand Down

0 comments on commit 1abe176

Please sign in to comment.