Skip to content

Commit

Permalink
added .env file
Browse files Browse the repository at this point in the history
  • Loading branch information
nabeta committed Feb 19, 2015
1 parent 866f3d4 commit 09bcf55
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 0 deletions.
1 change: 1 addition & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,3 +17,4 @@ notifications:
slack:
secure: Vh6DOCDFUt98CzsyurQYaBH89FJCb/K14duF9qpU0dtwdF/o4Weo/SOH6tlaDMj9mU8c3TA2Pqy/Xu2orgTVu4Q4Q8Nh4CMEi8xD3O3CyWXIx1ar/Sf+zUl6hAt/9PyWeDalmsA7knZGUw5kq+O/wcbMYDGo7+Q9XWcSnXupzrw=
sudo: false
cache: bundler
1 change: 1 addition & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ gem "enju_message", github: "next-l/enju_message", branch: "master"
gem "enju_circulation", github: "next-l/enju_circulation", branch: "master"
gem "enju_manifestation_viewer", github: "next-l/enju_manifestation_viewer", branch: "master"
gem "coveralls", require: false, group: :test
gem "dotenv-rails"

# To use a debugger
# gem 'byebug', group: [:development, :test]
4 changes: 4 additions & 0 deletions spec/dummy/.env
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
ENJU_BOOK_JACKET_SOURCE=google
ENJU_SCREENSHOT_GENERATOR=mozshot
ENJU_AMAZON_HOSTNAME=www.amazon.co.jp
ENJU_FAMILY_NAME_FIRST=1
1 change: 1 addition & 0 deletions spec/views/manifestations/index.html.erb_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
@reservable_facet = @carrier_type_facet = @language_facet = @library_facet = @pub_year_facet = []
@index_agent = {}
@seconds = 0
@max_number_of_results = 500
end

it "render works" do
Expand Down

0 comments on commit 09bcf55

Please sign in to comment.