Runtime assertions for Ruby literal.fun
ruby
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

Fixing Rubocop and JRuby CI (#275)

authored by

stephann and committed by
GitHub
70c02c54 b99c13cf

+3 -1
+1 -1
Gemfile
··· 6 6 7 7 gem "quickdraw", git: "https://github.com/joeldrapper/quickdraw.git" 8 8 gem "benchmark-ips" 9 + gem "rails" 9 10 10 11 group :development do 11 12 gem "rubocop", platform: :ruby 12 13 gem "ruby-lsp", platform: :ruby 13 14 gem "simplecov", platform: :ruby 14 - gem "rails", platform: :ruby 15 15 end
+2
test/rails.test.rb
··· 1 + # frozen_string_literal: true 2 + 1 3 test "ActiveRecord::Relation with non-ActiveRecord::Base child" do 2 4 assert_raises(Literal::TypeError) do 3 5 Class.new do