diff options
| author | mo khan <mo@mokhan.ca> | 2015-11-11 22:00:29 -0700 |
|---|---|---|
| committer | mo khan <mo@mokhan.ca> | 2015-11-11 22:00:29 -0700 |
| commit | 9e4c5b5717318e731ba0a378a42e31ad908486d8 (patch) | |
| tree | e41b82ed89c42da3a1dc58b6e38b4156483ae106 /spec | |
| parent | d516c2580dbc0e2c28fe7ca78bafe24446bbabde (diff) | |
remove deprecated tests.
Diffstat (limited to 'spec')
| -rw-r--r-- | spec/rails_spec.rb | 18 |
1 files changed, 0 insertions, 18 deletions
diff --git a/spec/rails_spec.rb b/spec/rails_spec.rb index b708a13..10ade29 100644 --- a/spec/rails_spec.rb +++ b/spec/rails_spec.rb @@ -20,22 +20,4 @@ describe "stronglifters::rails" do it "creates the root directory for the application" do expect(subject).to create_directory(root_path) end - - it "creates the shared directory for the application" do - expect(subject).to create_directory("#{root_path}/shared") - end - - it "creates all the shared folders" do - directories = [ - "#{shared_path}/config", - "#{shared_path}/log", - "#{shared_path}/tmp/sockets", - "#{shared_path}/tmp/pids", - "#{shared_path}/tmp/cache", - "#{root_path}/releases" - ] - directories.each do |directory| - expect(subject).to create_directory(directory) - end - end end |
