Skip to content

Commit

Permalink
\#1 The first test...OK!!
Browse files Browse the repository at this point in the history
  • Loading branch information
neodevelop committed May 21, 2020
1 parent 0cc1176 commit 2eb8352
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion spec/arithmetic_spec.rb
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
require './lib/arithmetic'

RSpec.describe Arithmetic do

it "some test" do
expect(2).to eq(3)
expect(3).to eq(3)
end
end

0 comments on commit 2eb8352

Please sign in to comment.