Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
Fixes to get tests running
- Adds Mustache to Gemfile to handle URL_BASE replacement in db dump
- Changes rs script to just use rspec to successfully pull in .rspec file
  • Loading branch information
csbailey5t committed Mar 24, 2015
1 parent 0965ee4 commit 3e6d33c
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 1 deletion.
1 change: 1 addition & 0 deletions Gemfile
Expand Up @@ -15,5 +15,6 @@ group :test do
gem 'ffaker'
gem 'sequel'
gem 'database_cleaner'
gem 'mustache'
end

2 changes: 2 additions & 0 deletions Gemfile.lock
Expand Up @@ -51,6 +51,7 @@ GEM
method_source (0.8.2)
mime-types (2.2)
mini_portile (0.6.0)
mustache (1.0.1)
mysql2 (0.3.16)
nokogiri (1.6.2.1)
mini_portile (= 0.6.0)
Expand Down Expand Up @@ -94,6 +95,7 @@ DEPENDENCIES
dotenv
ffaker
guard-rspec
mustache
mysql2
rspec
sequel
Expand Down
3 changes: 2 additions & 1 deletion rs
Expand Up @@ -2,5 +2,6 @@

rm screenshot_2015*
rm capybara-*.html
rspec "$*"
# rspec "$*"
rspec
ls screenshot_2015*.png && open screenshot_2015*.png

0 comments on commit 3e6d33c

Please sign in to comment.