Skip to content
This repository has been archived by the owner on Dec 2, 2020. It is now read-only.

Commit

Permalink
Updating tests with the new Karabiner version
Browse files Browse the repository at this point in the history
  • Loading branch information
bryankennedy committed Oct 9, 2015
1 parent 62d0e37 commit 5b8284d
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
2 changes: 1 addition & 1 deletion spec/classes/karabiner_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'spec_helper'

describe 'karabiner' do
let(:version) { '10.6.0' }
let(:version) { '10.10.0' }

it do
should contain_class('karabiner::config')
Expand Down
3 changes: 1 addition & 2 deletions spec/classes/login_item_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'spec_helper'

describe 'karabiner::login_item' do
let(:version) { '10.6.0' }
let(:version) { '10.10.0' }

it do
should contain_class('karabiner::config')
Expand Down Expand Up @@ -49,4 +49,3 @@
end
end
end

2 changes: 1 addition & 1 deletion spec/defines/exec_spec.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
require 'spec_helper'

describe 'karabiner::exec' do
let(:version) { '10.6.0' }
let(:version) { '10.10.0' }
cli = '/Applications/Karabiner.app/Contents/Library/bin/karabiner'

context 'with command list' do
Expand Down

0 comments on commit 5b8284d

Please sign in to comment.