-
Notifications
You must be signed in to change notification settings - Fork 23
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Upgrade rspec travis et al #16
Conversation
This conversion is done by Transpec 2.3.6 with the following command: transpec * 219 conversions from: obj.should to: expect(obj).to * 116 conversions from: == expected to: eq(expected) * 34 conversions from: be_false to: be_falsey * 31 conversions from: obj.should_not to: expect(obj).not_to * 29 conversions from: be_true to: be_truthy * 16 conversions from: lambda { }.should to: expect { }.to For more details: https://github.com/yujinakayama/transpec#supported-conversions
@jrafanie Travis is now working for rubinius, and it seems there's a bug against rbx...need to see if this is something rbx specific, or if it should be happening on other rubies as well. |
Ruby 2.1 complains when reject is called on a Hash with a default value. Switching to select doesn't complain. See also http://globaldev.co.uk/2014/05/ruby-2-1-in-detail/#hashreject
b956819
to
64a843f
Compare
327a6c9
to
7b43872
Compare
7b43872
to
526f068
Compare
Checked commits Fryguy@4a880e9 .. Fryguy@526f068 with rubocop 0.21.0 spec/core_ext/array/duplicates_spec.rb
spec/core_ext/array/element_counts_spec.rb
spec/core_ext/array/inclusions_spec.rb
spec/core_ext/array/random_spec.rb
spec/core_ext/array/tableize_spec.rb
spec/core_ext/hash/deletes_spec.rb
spec/core_ext/hash/nested_spec.rb
spec/core_ext/string/hex_dump_spec.rb
|
No description provided.