Skip to content

Commit

Permalink
move and fix spec file (#444)
Browse files Browse the repository at this point in the history
  • Loading branch information
Shaumik-Ashraf committed Jan 29, 2024
1 parent 936d973 commit b178d40
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
RSpec.describe Inferno::CLI::Main do # rubocop:disable RSpec/FilePath
context 'with version command' do
it 'outputs current Inferno version' do
expect { described_class.new.version }.to output("#{Inferno::VERSION}\n").to_stdout
expect { described_class.new.version }.to output("Inferno Core v#{Inferno::VERSION}\n").to_stdout
end
end
end

0 comments on commit b178d40

Please sign in to comment.