Skip to content

Commit

Permalink
remove pry
Browse files Browse the repository at this point in the history
  • Loading branch information
gschammah committed Oct 7, 2015
1 parent 556d8a0 commit 1784218
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 3 deletions.
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@ source "https://rubygems.org"
gemspec

gem "appraisal"
gem "pry"
2 changes: 1 addition & 1 deletion spec/helper_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ def should_finish_experiment(experiment_name, should_finish=true)
it "creates the experiment and excludes the user" do
ensure_alternative_or_exclude('link_color', 'red')
expect(ab_test('link_color', 'red', 'blue')).to eq('red')
expect(ab_user['link_color:excluded']).to eq(true)
expect(ab_user['link_color:excluded']).to be true

expect(Split::Alternative.new('red', 'link_color').participant_count).to eq(0)
expect(Split::Alternative.new('blue', 'link_color').participant_count).to eq(0)
Expand Down
1 change: 0 additions & 1 deletion spec/spec_helper.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

require 'rubygems'
require 'bundler/setup'
require 'pry'

require 'coveralls'
Coveralls.wear!
Expand Down
1 change: 0 additions & 1 deletion split.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -30,5 +30,4 @@ Gem::Specification.new do |s|
s.add_development_dependency 'rack-test'
s.add_development_dependency 'rake'
s.add_development_dependency 'rspec', '~> 3.1.0'
s.add_development_dependency 'pry'
end

0 comments on commit 1784218

Please sign in to comment.