Skip to content

Commit

Permalink
Remove extra specs
Browse files Browse the repository at this point in the history
  • Loading branch information
JoonasAapro committed Dec 7, 2023
1 parent 814cd70 commit d3585bd
Show file tree
Hide file tree
Showing 83 changed files with 18 additions and 10,457 deletions.
36 changes: 18 additions & 18 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,9 @@ GEM
descendants_tracker (~> 0.0.4)
ice_nine (~> 0.11.0)
thread_safe (~> 0.3, >= 0.3.1)
base64 (0.1.1)
base64 (0.2.0)
batch-loader (1.5.0)
bcrypt (3.1.19)
bcrypt (3.1.20)
better_html (1.0.16)
actionview (>= 4.0)
activesupport (>= 4.0)
Expand All @@ -114,7 +114,7 @@ GEM
rack-test (>= 0.6.3)
regexp_parser (>= 1.5, < 3.0)
xpath (~> 3.2)
carrierwave (2.2.4)
carrierwave (2.2.5)
activemodel (>= 5.0.0)
activesupport (>= 5.0.0)
addressable (~> 2.6)
Expand Down Expand Up @@ -155,7 +155,7 @@ GEM
crass (1.0.6)
css_parser (1.16.0)
addressable
date (3.3.3)
date (3.3.4)
date_validator (0.12.0)
activemodel (>= 3)
activesupport (>= 3)
Expand Down Expand Up @@ -357,7 +357,7 @@ GEM
nokogiri (>= 1.13.2, < 1.15.0)
rubyzip (~> 2.3.0)
docile (1.4.0)
doorkeeper (5.6.6)
doorkeeper (5.6.8)
railties (>= 5)
doorkeeper-i18n (4.0.1)
dumb_delegator (1.0.0)
Expand All @@ -373,7 +373,7 @@ GEM
temple
erubi (1.12.0)
escape_utils (1.3.0)
excon (0.104.0)
excon (0.105.0)
execjs (2.9.1)
extended-markdown-filter (0.7.0)
html-pipeline (~> 2.9)
Expand All @@ -384,7 +384,7 @@ GEM
railties (>= 3.0.0)
faker (2.23.0)
i18n (>= 1.8.11, < 2)
faraday (2.7.11)
faraday (2.7.12)
base64
faraday-net_http (>= 2.0, < 3.1)
ruby2_keywords (>= 0.0.4)
Expand Down Expand Up @@ -440,7 +440,7 @@ GEM
rails-i18n
rainbow (>= 2.2.2, < 4.0)
terminal-table (>= 1.5.1)
icalendar (2.10.0)
icalendar (2.10.1)
ice_cube (~> 0.16)
ice_cube (0.16.4)
ice_nine (0.11.2)
Expand All @@ -449,7 +449,7 @@ GEM
ruby-vips (>= 2.0.17, < 3)
invisible_captcha (0.13.0)
rails (>= 3.2.0)
json (2.6.3)
json (2.7.1)
jwt (2.7.1)
kaminari (1.2.2)
activesupport (>= 4.1.0)
Expand Down Expand Up @@ -497,7 +497,7 @@ GEM
method_source (1.0.0)
mime-types (3.5.1)
mime-types-data (~> 3.2015)
mime-types-data (3.2023.1003)
mime-types-data (3.2023.1205)
mini_magick (4.12.0)
mini_mime (1.1.5)
minitest (5.20.0)
Expand All @@ -509,16 +509,16 @@ GEM
msgpack (1.7.2)
multi_xml (0.6.0)
mustache (1.1.1)
net-imap (0.4.4)
net-imap (0.4.7)
date
net-protocol
net-pop (0.1.2)
net-protocol
net-protocol (0.2.1)
net-protocol (0.2.2)
timeout
net-smtp (0.4.0)
net-protocol
nio4r (2.5.9)
nio4r (2.7.0)
nokogiri (1.14.5-x86_64-linux)
racc (~> 1.4)
oauth (1.1.0)
Expand Down Expand Up @@ -580,10 +580,10 @@ GEM
actionmailer (>= 3)
net-smtp
premailer (~> 1.7, >= 1.7.9)
public_suffix (5.0.3)
public_suffix (5.0.4)
puma (5.6.7)
nio4r (~> 2.0)
racc (1.7.2)
racc (1.7.3)
rack (2.2.8)
rack-attack (6.7.0)
rack (>= 1.0, < 4)
Expand Down Expand Up @@ -640,7 +640,7 @@ GEM
ffi (~> 1.0)
redcarpet (3.6.0)
redis (4.8.1)
regexp_parser (2.8.2)
regexp_parser (2.8.3)
request_store (1.5.1)
rack (>= 1.4)
responders (3.1.1)
Expand Down Expand Up @@ -752,7 +752,7 @@ GEM
thor (1.3.0)
thread_safe (0.3.6)
tilt (2.3.0)
timeout (0.4.0)
timeout (0.4.1)
tomlrb (2.0.3)
tzinfo (2.0.6)
concurrent-ruby (~> 1.0)
Expand Down Expand Up @@ -825,7 +825,7 @@ DEPENDENCIES
web-console

RUBY VERSION
ruby 3.0.6p216
ruby 3.0.4p208

BUNDLED WITH
2.4.21
7 changes: 0 additions & 7 deletions lib/decidim/decidim_awesome/test/factories.rb
Original file line number Diff line number Diff line change
Expand Up @@ -23,13 +23,6 @@
organization { create :organization }
end

factory :paper_trail_version, class: Decidim::DecidimAwesome::PaperTrailVersion do
item_id { user.id }
item_type { "Decidim::ParticipatoryProcessUserRole" }
event { "create" }
created_at { 1.hour.ago }
end

factory :map_component, parent: :component do
name { Decidim::Components::Namer.new(participatory_space.organization.available_locales, :proposals).i18n_name }
manifest_name { :awesome_map }
Expand Down
120 changes: 0 additions & 120 deletions spec/cells/content_blocks/map_cell_spec.rb

This file was deleted.

57 changes: 0 additions & 57 deletions spec/cells/voting/voting_cards_base_cell_spec.rb

This file was deleted.

62 changes: 0 additions & 62 deletions spec/cells/voting/voting_cards_counter_cell_spec.rb

This file was deleted.

Loading

0 comments on commit d3585bd

Please sign in to comment.