diff --git a/dotenv.cabal b/dotenv.cabal
--- a/dotenv.cabal
+++ b/dotenv.cabal
@@ -1,5 +1,5 @@
 name:                dotenv
-version:             0.5.0.0
+version:             0.5.0.1
 synopsis:            Loads environment variables from dotenv files
 homepage:            https://github.com/stackbuilders/dotenv-hs
 description:
@@ -43,6 +43,11 @@
                      , README.md
 cabal-version:       >=1.10
 bug-reports:         https://github.com/stackbuilders/dotenv-hs/issues
+
+data-dir: spec/fixtures/
+data-files:
+  .dotenv
+  .dotenv.example
 
 flag dev
   description:        Turn on development settings.
diff --git a/spec/fixtures/.dotenv.example b/spec/fixtures/.dotenv.example
new file mode 100644
--- /dev/null
+++ b/spec/fixtures/.dotenv.example
@@ -0,0 +1,3 @@
+DOTENV=
+UNICODE_TEST=
+ANOTHER_ENV=
