diff options
author | TP Honey <tphoney@users.noreply.github.com> | 2017-02-22 12:02:48 +0000 |
---|---|---|
committer | GitHub <noreply@github.com> | 2017-02-22 12:02:48 +0000 |
commit | b28b6c86345befe0111df79cfcd3e62e83867b81 (patch) | |
tree | 886f80f629c41796cd23e3b614bd00fd46fde5ac /spec/acceptance/chop_spec.rb | |
parent | 6f160c37ba0883c27baae534ae8dfd45e231cc01 (diff) | |
parent | 3fc7694d9fd46b4647eb562170af48ed819f64ab (diff) |
Merge pull request #723 from tphoney/remove_unsupported_platforms_and_future_parser
remove unsupported platforms and future parser
Diffstat (limited to 'spec/acceptance/chop_spec.rb')
-rwxr-xr-x | spec/acceptance/chop_spec.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/spec/acceptance/chop_spec.rb b/spec/acceptance/chop_spec.rb index a16a710..0993806 100755 --- a/spec/acceptance/chop_spec.rb +++ b/spec/acceptance/chop_spec.rb @@ -1,7 +1,7 @@ #! /usr/bin/env ruby -S rspec require 'spec_helper_acceptance' -describe 'chop function', :unless => UNSUPPORTED_PLATFORMS.include?(fact('operatingsystem')) do +describe 'chop function' do describe 'success' do it 'should eat the last character' do pp = <<-EOS |