Skip to content

Commit

Permalink
Use rspec 2
Browse files Browse the repository at this point in the history
  • Loading branch information
mattwynne committed Jul 14, 2010
1 parent e1a2119 commit c0ef5d5
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 1 addition & 1 deletion features/render_board.feature
Expand Up @@ -2,7 +2,7 @@ Feature: Render Board

Scenario: Empty minefield
When I run "minesweeper --size 5x3"
Then it should pass with:
Then the output should contain exactly:
"""
.....
.....
Expand Down
2 changes: 0 additions & 2 deletions features/support/env.rb
@@ -1,5 +1,3 @@
require 'spec/expectations'

# This is so we can name the path as normal in the features, and aruba will know
# where to find our executable.
ENV['PATH'] = ENV['PATH'] + ":#{File.expand_path(File.dirname(__FILE__) + '/../../bin')}"

0 comments on commit c0ef5d5

Please sign in to comment.