Skip to content
This repository has been archived by the owner on Nov 3, 2020. It is now read-only.

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ezekg committed Aug 29, 2014
1 parent 3c05a7b commit fa2d135
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 9 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,4 @@ We love contributors! If you would like to contribute to Flint, please adhere th

### Testing

We have automated tests set up to ensure our build is working. To test, you must install [Bundler](http://bundler.io/), which will allow you to install all needed gem versions. Once you have Bundler up and running, run 'rake install' to install all of Flint's dependencies. After that, you can run the test suite once with `rake test`, or you can also watch the directory while you work with `rake test[watch]`.
We have automated tests set up to ensure our build is working. To test, you must install [Bundler](http://bundler.io/), which will allow you to install all needed gem versions. Once you have Bundler up and running, run `bundler install` to install all of Flint's dependencies. After that, you can run the test suite once with `rake test`, or you can also watch the directory while you work with `rake test[watch]`.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,6 @@ gem 'compass',
"~> 1.0.0"

group :test do

gem 'rake',
:require => false

end
7 changes: 1 addition & 6 deletions Rakefile
Original file line number Diff line number Diff line change
@@ -1,9 +1,4 @@
desc "Install dependencies with Bundler"
task :install do
system "bundle install"
end

desc "Run test suite with Guard"
desc "Run test suite"
task :test, [:watch] do |t, args|
if args[:watch]
system "cd tests && bundle exec compass watch --time"
Expand Down

0 comments on commit fa2d135

Please sign in to comment.