Skip to content

Commit

Permalink
Station tests complete -- found the end of the line bug
Browse files Browse the repository at this point in the history
  • Loading branch information
lorint committed May 27, 2016
0 parents commit 42ad7c9
Show file tree
Hide file tree
Showing 9 changed files with 638 additions and 0 deletions.
9 changes: 9 additions & 0 deletions line.rb
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
class Line
attr_accessor :stations
attr_reader :name

def initialize(name)
@name = name
@stations = []
end
end
Empty file added lines.xml
Empty file.
Loading

0 comments on commit 42ad7c9

Please sign in to comment.