diff options
Diffstat (limited to 'spec')
-rw-r--r-- | spec/FlexiTable_spec.rb | 12 | ||||
-rw-r--r-- | spec/PostRunner_spec.rb | 12 |
2 files changed, 24 insertions, 0 deletions
diff --git a/spec/FlexiTable_spec.rb b/spec/FlexiTable_spec.rb index dedc9cb..f08e59a 100644 --- a/spec/FlexiTable_spec.rb +++ b/spec/FlexiTable_spec.rb @@ -1,3 +1,15 @@ +#!/usr/bin/env ruby -w +# encoding: UTF-8 +# +# = FlexiTable_spec.rb -- PostRunner - Manage the data from your Garmin sport devices. +# +# Copyright (c) 2014 by Chris Schlaeger <cs@taskjuggler.org> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of version 2 of the GNU General Public License as +# published by the Free Software Foundation. +# + require 'postrunner/FlexiTable' describe PostRunner::FlexiTable do diff --git a/spec/PostRunner_spec.rb b/spec/PostRunner_spec.rb index 06a8a66..ebacc5e 100644 --- a/spec/PostRunner_spec.rb +++ b/spec/PostRunner_spec.rb @@ -1,3 +1,15 @@ +#!/usr/bin/env ruby -w +# encoding: UTF-8 +# +# = PostRunner_spec.rb -- PostRunner - Manage the data from your Garmin sport devices. +# +# Copyright (c) 2014 by Chris Schlaeger <cs@taskjuggler.org> +# +# This program is free software; you can redistribute it and/or modify +# it under the terms of version 2 of the GNU General Public License as +# published by the Free Software Foundation. +# + require 'fileutils' require 'postrunner/Main' |