Skip to content

Commit

Permalink
Update description of the spec
Browse files Browse the repository at this point in the history
  • Loading branch information
ArturT committed Jun 27, 2024
1 parent 01a25ad commit 3fb5080
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/time_tracker_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
# https://github.com/KnapsackPro/knapsack_pro-ruby/pull/265
require 'spec_helper'

describe 'Test Time Tracker' do
describe "Verify KnapsackPro::Formatters::TimeTracker works for Regular Mode in the knapsack_pro gem when the .rspec file does not exist (it does not load spec_helper by default at RSpec start), but spec_helper is loaded later after this spec is loaded (note there is require 'spec_helper' at the top). This spec must be run as part of the CI pipeline in the knapsack_pro gem" do
it do
expect(true).to be true
end
Expand Down

0 comments on commit 3fb5080

Please sign in to comment.