Skip to content

Commit

Permalink
Updated specs to start with RSpec.
Browse files Browse the repository at this point in the history
  • Loading branch information
schinery committed May 7, 2022
1 parent 295fc6d commit cac70f8
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions spec/logga_spec.rb
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# frozen_string_literal: true

require "spec_helper"

describe Logga do
RSpec.describe Logga do
describe "VERSION" do
let(:current_version) { File.read("VERSION").split("\n").first }

Expand Down

0 comments on commit cac70f8

Please sign in to comment.