Skip to content

Commit

Permalink
actually working!!!!
Browse files Browse the repository at this point in the history
  • Loading branch information
tansaku committed Jun 26, 2014
1 parent 2af12fc commit 87c770b
Show file tree
Hide file tree
Showing 4 changed files with 14 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -3,3 +3,4 @@ source 'http://rubygems.org'
ruby '1.9.3'
gem 'rspec', '2.14.1'
gem 'cucumber', '1.3.10'
gem 'debugger'
8 changes: 8 additions & 0 deletions Gemfile.lock
Expand Up @@ -2,12 +2,19 @@ GEM
remote: http://rubygems.org/
specs:
builder (3.2.2)
columnize (0.8.9)
cucumber (1.3.10)
builder (>= 2.1.2)
diff-lcs (>= 1.1.3)
gherkin (~> 2.12)
multi_json (>= 1.7.5, < 2.0)
multi_test (>= 0.0.2)
debugger (1.6.8)
columnize (>= 0.3.1)
debugger-linecache (~> 1.2.0)
debugger-ruby_core_source (~> 1.3.5)
debugger-linecache (1.2.0)
debugger-ruby_core_source (1.3.5)
diff-lcs (1.2.5)
gherkin (2.12.2)
multi_json (~> 1.3)
Expand All @@ -27,4 +34,5 @@ PLATFORMS

DEPENDENCIES
cucumber (= 1.3.10)
debugger
rspec (= 2.14.1)
5 changes: 5 additions & 0 deletions features/skeleton_and_solution_check.feature
Expand Up @@ -12,3 +12,8 @@ Feature: Testing RUBY_INTRO homework
Examples:
| test_title | test_subject | spec | expected_result |
| Part1: specs vs solution | solutions/lib/part1.rb | ruby-intro/spec/part1_spec.rb | Score out of 100: 100 |
| Part1: specs vs skeleton | ruby-intro/lib/part1.rb | ruby-intro/spec/part1_spec.rb | Score out of 100: 10 |
| Part2: specs vs solution | solutions/lib/part2.rb | ruby-intro/spec/part2_spec.rb | Score out of 100: 100 |
| Part2: specs vs skeleton | ruby-intro/lib/part2.rb | ruby-intro/spec/part2_spec.rb | Score out of 100: 30 |
| Part3: specs vs solution | solutions/lib/part3.rb | ruby-intro/spec/part3_spec.rb | Score out of 100: 100 |
| Part3: specs vs skeleton | ruby-intro/lib/part3.rb | ruby-intro/spec/part3_spec.rb | Score out of 100: 30 |
1 change: 0 additions & 1 deletion features/step_definitions/rag_steps.rb
Expand Up @@ -34,7 +34,6 @@


def run_ag(subject, spec, strategy = 'Rspec grader')
debugger
run_process "./grade #{RAG_HW_PATH}/#{subject} #{RAG_HW_PATH}/#{spec}"
end

Expand Down

0 comments on commit 87c770b

Please sign in to comment.