Решение на Първа задача от Димитър Ангелов
Обратно към всички решения
Към профила на Димитър Ангелов
Резултати
- 5 точки от тестове
- 0 бонус точки
- 5 точки общо
- 6 успешни тест(а)
- 2 неуспешни тест(а)
Код
Лог от изпълнението
...F..F.
Failures:
1) #convert_to_bgn converts bgn
Failure/Error: expect(convert_to_bgn(333, :bgn)).to eq 333
expected: 333
got: 879.62
(compared using ==)
# /tmp/d20151012-23382-uthuzc/spec.rb:15:in `block (2 levels) in <top (required)>'
# ./lib/language/ruby/run_with_timeout.rb:5:in `block (3 levels) in <top (required)>'
# ./lib/language/ruby/run_with_timeout.rb:5:in `block (2 levels) in <top (required)>'
2) #compare_prices compares usd and bgn
Failure/Error: expect(compare_prices(1000, :usd, 1740.8, :bgn)).to eq 0
expected: 0
got: -1
(compared using ==)
# /tmp/d20151012-23382-uthuzc/spec.rb:33:in `block (2 levels) in <top (required)>'
# ./lib/language/ruby/run_with_timeout.rb:5:in `block (3 levels) in <top (required)>'
# ./lib/language/ruby/run_with_timeout.rb:5:in `block (2 levels) in <top (required)>'
Finished in 0.00721 seconds
8 examples, 2 failures
Failed examples:
rspec /tmp/d20151012-23382-uthuzc/spec.rb:14 # #convert_to_bgn converts bgn
rspec /tmp/d20151012-23382-uthuzc/spec.rb:31 # #compare_prices compares usd and bgn
История (3 версии и 2 коментара)
Димитър обнови решението на 11.10.2015 16:39 (преди около 9 години)
Димитър обнови решението на 11.10.2015 23:44 (преди около 9 години)
Димитър обнови решението на 11.10.2015 23:51 (преди около 9 години)