Решение на Десета задача от Методи Димитров

Обратно към всички решения

Към профила на Методи Димитров

Резултати

  • 0 точки от тестове
  • 0 бонус точки
  • 0 точки общо
  • 0 успешни тест(а)
  • 1 неуспешни тест(а)

Код

REPOSITORY = 'http://github.com/meanmachine/ruby-retrospective-2015-2'
# Двадесет неща, които научих.
#

Лог от изпълнението

From https://github.com/fmi/ruby-retrospective-2015-2
 * branch            master     -> FETCH_HEAD
HEAD is now at 512294b Modify a test in task 8 to not include empty cells
Cloning into 'submission'...
HEAD is now at 36d7292 Initial solutions
From /tmp/ruby-retrospective-2015-2/checker
 * branch            master     -> FETCH_HEAD
 * [new branch]      master     -> upstream/master

Changes URL:
http://github.com/meanmachine/ruby-retrospective-2015-2/compare/512294b6dde...36d729293ad

‘solutions/08.rb’ -> ‘/tmp/ruby-retrospective-2015-2/checker/solutions/08.rb’
‘solutions/05.rb’ -> ‘/tmp/ruby-retrospective-2015-2/checker/solutions/05.rb’
‘solutions/07.rb’ -> ‘/tmp/ruby-retrospective-2015-2/checker/solutions/07.rb’
‘solutions/06.rb’ -> ‘/tmp/ruby-retrospective-2015-2/checker/solutions/06.rb’
OK
F

Failures:

  1) ObjectStore can add objects
     Failure/Error: repo = ObjectStore.init
     ArgumentError:
       tried to create Proc object without a block
     # ./solutions/05.rb:48:in `new'
     # ./solutions/05.rb:48:in `initialize'
     # ./solutions/05.rb:52:in `new'
     # ./solutions/05.rb:52:in `init'
     # ./specs/05_spec.rb:22:in `block (2 levels) in <top (required)>'

Finished in 0.00057 seconds
1 example, 1 failure

Failed examples:

rspec ./specs/05_spec.rb:21 # ObjectStore can add objects
F

Failures:

  1) ruby-retrospective-2015-2 covers the minimum requirements
     Failure/Error: system(command) or raise "Command failed for #{@solutions_repo}: #{command}"
     RuntimeError:
       Command failed for http://github.com/meanmachine/ruby-retrospective-2015-2: bundle exec rake check
     # /tmp/d20160131-21007-1nax09q/spec.rb:107:in `execute'
     # /tmp/d20160131-21007-1nax09q/spec.rb:82:in `block (3 levels) in solutions_pass_all_checks'
     # /tmp/d20160131-21007-1nax09q/spec.rb:81:in `chdir'
     # /tmp/d20160131-21007-1nax09q/spec.rb:81:in `block (2 levels) in solutions_pass_all_checks'
     # /tmp/d20160131-21007-1nax09q/spec.rb:47:in `chdir'
     # /tmp/d20160131-21007-1nax09q/spec.rb:47:in `block in solutions_pass_all_checks'
     # /tmp/d20160131-21007-1nax09q/spec.rb:46:in `solutions_pass_all_checks'
     # /tmp/d20160131-21007-1nax09q/spec.rb:20:in `ok?'
     # /tmp/d20160131-21007-1nax09q/spec.rb:126:in `<top (required)>'

Finished in 0.00084 seconds
1 example, 1 failure

Failed examples:

rspec /tmp/d20160131-21007-1nax09q/spec.rb:132 # ruby-retrospective-2015-2 covers the minimum requirements

История (1 версия и 0 коментара)

Методи обнови решението на 27.01.2016 22:22 (преди почти 9 години)

+REPOSITORY = 'http://github.com/meanmachine/ruby-retrospective-2015-2'
+
+# Двадесет неща, които научих.
+#