renehernandez/ghost_rb

View on GitHub
spec/ghost_rb_spec.rb

Summary

Maintainability
A
0 mins
Test Coverage
# frozen_string_literal: true

require 'spec_helper'

RSpec.describe GhostRb do
  it 'has a version number' do
    expect(GhostRb::VERSION).not_to be nil
  end
end