Sha256: 0ed153a4c8faa55582152de9fa8664bd7dbda2eecf0ed90726a973a2cdd9ace3

Contents?: true

Size: 267 Bytes

Versions: 2

Compression:

Stored size: 267 Bytes

Contents

# frozen_string_literal: true

require 'test_helper'

module GraphQL
  module Voyager
    module Rails
      class Test < ActiveSupport::TestCase
        test "truth" do
          assert_kind_of Module, GraphQL::Voyager::Rails
        end
      end
    end
  end
end

Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
graphql-voyager-rails-1.0.2 test/graphql/voyager/rails_test.rb
graphql-voyager-rails-1.0.1 test/graphql/voyager/rails_test.rb