Skip to content

Commit

Permalink
Remove completed todo
Browse files Browse the repository at this point in the history
  • Loading branch information
bootstraponline committed Jun 11, 2015
1 parent 57c4d4b commit e9231df
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions gen/json_to_rb.rb
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@
raise "json file doesn't exist" unless File.exist?(scripts_file)
parsed = JSON.parse(File.read(scripts_file))

# todo: automatically generate rspec tests based on json parsing to verify:
# all expect methods exist in source.rb as in the json and the string values
# are identical
source = <<'S'
module ClientSideScripts
Expand Down

0 comments on commit e9231df

Please sign in to comment.