Skip to content

Commit

Permalink
Fivemat formatter
Browse files Browse the repository at this point in the history
  • Loading branch information
Antono Vasiljev committed Apr 13, 2012
1 parent 57c91c6 commit 97894e0
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Gemfile
Expand Up @@ -43,7 +43,7 @@ group :linux do
end

group :development, :test do
gem 'shelr' # used in integration tests
gem 'fivemat'

gem 'factory_girl_rails'
gem 'guard-spork'
Expand Down
1 change: 1 addition & 0 deletions Gemfile.ci
Expand Up @@ -34,6 +34,7 @@ group :assets do
end

group :development, :test do
gem 'fivemat'
gem 'factory_girl_rails'

gem 'rake'
Expand Down
5 changes: 2 additions & 3 deletions Gemfile.lock
Expand Up @@ -102,6 +102,7 @@ GEM
fattr (2.2.1)
ffi (1.0.11)
ffi (1.0.11-java)
fivemat (1.0.0)
foreman (0.41.0)
thor (>= 0.13.6)
foreman (0.41.0-java)
Expand Down Expand Up @@ -263,8 +264,6 @@ GEM
ffi (~> 1.0)
multi_json (~> 1.0)
rubyzip
shelr (0.12.0)
json (>= 1.6.5)
shoulda-matchers (1.0.0)
sitemap_generator (2.2.1)
slop (2.4.4)
Expand Down Expand Up @@ -316,6 +315,7 @@ DEPENDENCIES
compass_twitter_bootstrap (>= 2.0.1)
database_cleaner
factory_girl_rails
fivemat
foreman
guard-bundler
guard-ctags-bundler!
Expand All @@ -341,7 +341,6 @@ DEPENDENCIES
rspec
rspec-rails
sass-rails (~> 3.2.3)
shelr
shoulda-matchers
sitemap_generator
sunspot_matchers
Expand Down
2 changes: 1 addition & 1 deletion Guardfile
Expand Up @@ -13,7 +13,7 @@ guard 'spork', :cucumber_env => { 'RAILS_ENV' => 'test' }, :rspec_env => { 'RAIL
watch(%r{features/support/}) { :cucumber }
end

guard 'rspec', :version => 2 do
guard 'rspec', :version => 2, :cli => '-f Fivemat' do
watch(%r{^spec/.+_spec\.rb$})
watch(%r{^lib/(.+)\.rb$}) { |m| "spec/lib/#{m[1]}_spec.rb" }
watch('spec/spec_helper.rb') { "spec" }
Expand Down

0 comments on commit 97894e0

Please sign in to comment.